Sandboxie

Discussion in 'sandboxing & virtualization' started by John Bull, Jun 6, 2010.

Thread Status:
Not open for further replies.
  1. Peter2150

    Peter2150 Global Moderator

    Joined:
    Sep 20, 2003
    Posts:
    20,590
    Yep. Properly configured the sandboxed browser can't reach out to my documents and steal something there. If something tries to install or run a keylogger in the sandbox it probably can't, nor if properly configured can it communicate to the outside.

    But if you have a keylogger outside the sandbox already running or if someone at the website captures your keystrokes, nope sandboxie won't help there.


    Pete
     
  2. mick92z

    mick92z Registered Member

    Joined:
    Apr 27, 2007
    Posts:
    548
    Location:
    Nottingham
    Can i ask, if SB was configured say, for banking, you had a special box.The only program allowed internet access and the right to run was say, firefox.exe, then absolutely no other program, including malware, could run. As long as the pc was clean, you would be ok ?
    If you visited a malicious website , would you not get a message, for instance that virus.exe was not configured to run in that particular box.Access denied
     
  3. Keyboard_Commando

    Keyboard_Commando Registered Member

    Joined:
    Mar 6, 2009
    Posts:
    690
    Yes, you can have multiple sandboxes for say Firefox, with differing configurations. You can have these individual Firefox.exe sandboxes running at the same time. If you right click Firefox icon and click Run Sandboxed, that brings up A Sandboxie popup with all the sandboxes you have available. I have a banking sandbox that I use for IE. Only IE can access the Internet and Start within.

    And yes no other application can start unless you give it those starting rights. Sandboxies rights override in this situation. I'm sure someone with a deeper knowledge of how Sandboxie has such elevated system rights can explain better for you how this is done.

    @Sully

    I only really figured how Sandboxie works with Windows by adding C:\ to Read-Only Access - File Access. You can give the sandbox registry read-only rights, and everything works fine - nothing is noticeable - but sandboxes with file-read only renders applications mostly unusable. Windows OS is the enabler for what is running inside the sandbox, good/ or bad. Up untill then I hadn't figured you could have malware running in the sandbox - it could be interacting as programmed. I had thought Sandboxie was totally buffering all the bad stuff.

    .
     
  4. chris45

    chris45 Registered Member

    Joined:
    Mar 13, 2010
    Posts:
    94
    i tried sandboxie today and it kept freezing my computer every 10 minutes or so. A popup came up when i installed it telling me about compatibility with avast but i clicked ok not sure if i was suppose to do something there because sandboxie freezes my computer every 10 minutes it seems and then unfreezes after about 2 minutes.
     
  5. kjdemuth

    kjdemuth Registered Member

    Joined:
    Jul 29, 2005
    Posts:
    2,974
    Location:
    Boston, MA
    What other programs do you have running? Also are you getting any error messages? You should try to uninstall, run a cleaner (cclearner) and then re-install.
     
  6. John Bull

    John Bull Registered Member

    Joined:
    Nov 22, 2009
    Posts:
    904
    Location:
    London UK
    Chris - there are gonna be much more sophisticated solutions, but here is what I would do.

    Firstly, my Sandboxie went in perfect - not a hiccup and worked immediately. I have opted for the Free version. It has worked without a single problem ever since.

    Uninstall Sandboxie using Control Panel>Add/Remove.

    Check the Sandboxie garble to see if there is any compatibility problem with your system or if any programs you have are not acceptable to Sandboxie.

    Once Sandboxie is gone, look for stragglers :-
    Start>Search>All files and folders>Enter "sandb">Local Hard Drives>More advanced options - check the lot>Search.

    With Sandboxie fully installed, my search reveals 29 files, but with Sandboxie uninstalled there will be a lot less - stragglers. Delete them -> Recycle Bin. If normal delete has some alert rubbish, use Unlocker Assistant - http://ccollomb.free.fr/unlocker/ That will do it on shut down, BUT not to the Recycle Bin.

    NOTE ! When deleting files manually, you must be certain they are related to Sandboxie and not some other program. - be careful. If they go into the Recycle Bin, fine, you can recover them, but if not - they are GONE.

    THEN, take a deep breath and re-install Sandboxie.
    From then on all I can do is wish you good luck.

    John Bull
     
  7. Sully

    Sully Registered Member

    Joined:
    Dec 23, 2005
    Posts:
    3,719
    If the uninstall is giving problems or you question it, try this.

    Uninstall SBIE, reboot. Be sure the service and driver are gone (check from services and device manager).

    If the c:\Sandbox directory remains, simple rename it (ie. c:\XXsandbox).

    Reinstall.

    If you want to uninstall but have things in the sandbox you wish to keep, you can shut the sandboxie service down and copy the contents of c:\sandbox. Then you uninstall or whatever else you need, and you still have all the contents of the sandbox (if you need them) until you figure out what the issue is.

    Sul.
     
  8. dw426

    dw426 Registered Member

    Joined:
    Jan 3, 2007
    Posts:
    5,543
    To add to this, if the service IS still listed in services.msc (this is where I go to find services on my Win 7 system), you can delete them manually by doing the following:

    1. Open a command prompt (run as admin if on Vista/7)

    2. Type in, without quote marks: "sc delete (services name)"

    3. Hit enter and then press F5 to refresh the services list. The service should now be gone.

    I had to do this to get rid of "gupdate" which is the update service for Google products. Always, always, check for this thing even if you think you have everything Google-related deleted by the way. Google infests your system.

    Anyway, yeah, I just wanted to add to the subject on that.
     
  9. Sully

    Sully Registered Member

    Joined:
    Dec 23, 2005
    Posts:
    3,719
    Good add-on. Lets go further with it then. The service name is SbieSvc in win7, I think it is the same in XP as well.

    Stop the service like this
    sc stop sbiesvc

    Start the service like this
    sc start sbiesvc

    As dw426 pointed out, delete by
    sc delete sbiesvc

    but, you might have to change its state from automatic to disabled. Do this then.
    sc config sbiesvc start disabled

    You can also use the 'net' command to start/stop services, like this
    net stop "sandboxie service"

    But, do note that net start/stop is a slower method, and with the net command you use the "service name" and the sc command you use the "section name".

    Just another tidbit to put in your database :)

    Sul.
     
  10. dw426

    dw426 Registered Member

    Joined:
    Jan 3, 2007
    Posts:
    5,543
    Yeah, change the service to disabled first, just to be safe about it, then go through with the deletion :)
     
  11. John Bull

    John Bull Registered Member

    Joined:
    Nov 22, 2009
    Posts:
    904
    Location:
    London UK
    Just a small point aimed at our generous helpers.

    Sandboxie is taking 40 seconds to load up from hitting the Desktop icon.

    Surely this is far too long, can you come up with a reason and how I can improve this slow response ?

    I run the Free version, but that time does not include the Nag panel.

    John B
     
  12. J_L

    J_L Registered Member

    Joined:
    Nov 6, 2009
    Posts:
    8,738
    Try deleting the contents of your sandbox.
     
  13. John Bull

    John Bull Registered Member

    Joined:
    Nov 22, 2009
    Posts:
    904
    Location:
    London UK
    J_L, Don`t be naughty, my sandbox is auto-deleted on shut down.

    John
     
  14. Sully

    Sully Registered Member

    Joined:
    Dec 23, 2005
    Posts:
    3,719
    John, my sandboxes will come up fast or slow depending on the application. For example Media Player is almost instant, where a browser is slower. Firefox is really slow, Kmeleon and Opera about the same (not too fast) and Iron is perhaps 3 seconds. Iron by itself is instant off the SSD drive I have. Do you see a difference for different programs being sandboxed?

    I have had issues in the past with sluggishness, and it amounted to a different version making things right.

    Sul.
     
  15. Get

    Get Registered Member

    Joined:
    Nov 26, 2009
    Posts:
    384
    Location:
    the Netherlands
    How long is really slow? FF takes 4- sec to open here and Opera 1,5 or so. Both when already started and closed before. When already open it's instant.

    @ John Bull : of course you've already done so, but look in taskmanager what's maybe interfering when starting SB.
     
  16. John Bull

    John Bull Registered Member

    Joined:
    Nov 22, 2009
    Posts:
    904
    Location:
    London UK
    Thanks Get.

    Sully is usually a pearl in the oyster and though I will look in Task Manager and see if I can spot something, I suspect that the long delay is just designed for me and my retired status or I am taking advantage of the FREE edition.

    If you are critically dependent on rapid response to put the final touches to the orbit of a planned Pluto probe on your laptop whilst on the subway going to work, then seconds count. If you are a retired Fuddy-Duddy like me and have all the time in the world, it does not matter much does it ? Roll on death.

    John B
     
  17. stapp

    stapp Global Moderator

    Joined:
    Jan 12, 2006
    Posts:
    24,096
    Location:
    UK
    I seriously doubt John that your slow internet access time is due to you using the free version.

    It will be as others have said, a conflict with some other software you have installed. Possibly security related software, or a browser add-on sometimes.

    When you look in sandbox settings-applications-security/privacy is anything that you use there not added via the little dash mark?
     
  18. John Bull

    John Bull Registered Member

    Joined:
    Nov 22, 2009
    Posts:
    904
    Location:
    London UK
    Dear Stapp - love ya Seahorse. Thanks for responding.

    It is 17.00 BST = GMT +1 here and Sandboxie has only taken 8 seconds. I reckon there is nothing wrong, it depends on world activity coming on line (night and day), plus the Server`s characteristics.

    With all of Asia, Oceania, most of Russia and 1/3 Africa in darkness at the time above, that accounts for a huge shutdown, perhaps 1,000 million users or half the worlds total. The worst time is probably when most of North and South America, some of West Europe and most of East Asia + Oceania are in non-sleep periods (daytime or evening).

    Another factor is that I use Hibernation and it takes a while to come out of it, Stand-by is very quick.

    Sorry to have troubled you all, but I did think 40 seconds was a little too much, I could feel my hair growing longer.

    Thank you all
    John B
     
    Last edited: Aug 8, 2010
  19. Peter 123

    Peter 123 Registered Member

    Joined:
    Feb 1, 2009
    Posts:
    596
    Location:
    Austria
    I think with 40 seconds there is no reason to worry. On my old notebook with Windows XP it also often takes quite long (sometimes about 40 seconds too, I assume). On the other hand I have a new computer with Windows 7, the configuration of Sandboxie is exactly the same as on my old notebook but the starting time is only about 5 to 10 seconds I would say.

    ---> Starting time seems to depend on various (unknown) circumstances, and in case that it is not extremely long, we should not worry about it. ;)
     
  20. Sully

    Sully Registered Member

    Joined:
    Dec 23, 2005
    Posts:
    3,719
    Firefox opens the first time after boot in approx. 12-15 seconds. Subsequent openings are about half that. Firefox without the sandbox takes perhaps 5 seconds on first run, subsequent maybe 2-3.

    Conversely Opera/Kmeleon take about 5 seconds first boot, maybe 3 seconds subsequent in sandbox. Near instant without sandbox.

    There is a very slight delay when rendering pages or fetching data, don't know which. You can tell the difference, but if you always sandbox, it is quite acceptable. Only when you open sandboxed then unsandboxed do you see the slight delay.

    Sul.
     
  21. Carbonyl

    Carbonyl Registered Member

    Joined:
    May 19, 2009
    Posts:
    256
    Sorry for intruding into the thread, but I was wondering if anyone had any thoughts about a recent post over on the Sandboxie forums. I'm a user of Windows 7 x64, and as such I've always been concerned with the fact that PatchGuard effectively cripples security and makes for a more vulnerable system. Tzuk has been very forthright and upfront about the difficulties in designing an x64 version of Sandboxie, and I applaud his honesty in that matter.

    Someone over on his forums posted this thread which points to a possible x64 Sandboxie bypass (located in another thread -http://ssj100.fullsubject.com/sandboxie-f1/breakout-sandboxie-346-x64-t223.htm#1615- on a different forum). The ensuing conversation was confusing to me, particularly when Tzuk starting talking about "full session sandboxing".

    Bottom line, is this a threat to x64 users? Should I be worried about it? Sorry I'm so dense, but the conversation is hard for me to follow, and I'm just trying to keep myself as safe as I can.
     
    Last edited by a moderator: Aug 9, 2010
  22. John Bull

    John Bull Registered Member

    Joined:
    Nov 22, 2009
    Posts:
    904
    Location:
    London UK
    Please excuse me asking this question, but the matter keeps popping up in my mind and whilst I do not have a clue, others no doubt will.

    Basic question :- Has Sandboxie the unique privilege of having no equivalent competitor product on the market ? I personally cannot find one at present.

    I have been totally converted to Sandboxie, mainly by Wilders posts. I have used the Free version for about 3 months and find it impeccable. Not a single problem since installation and not a single complaint to make.

    I have been around a long time and never once in my life have I seen any product on Earth from the most exclusive military hardware to a special beer not have a competitor. In every case, the product is copied in some way to provide an alternative. It sometimes takes a while, but it always happens. In many cases the alternative product is infinitely better, since the designers have the original product`s performance to serve as a test bed.

    Not a single innovation has escaped competition in our entire history and no product ever will. Exclusive rights do not exist.

    So, Sandboxie ? If it is enjoying the free-play of an empty stadium now - it will not be long before another team or teams appear on the scene. Such market competition is unstoppable.

    Your comments please.

    John Bull
     
    Last edited: Aug 9, 2010
  23. Kees1958

    Kees1958 Registered Member

    Joined:
    Jul 8, 2006
    Posts:
    5,857
    The only 'active' competitor to Sandboxie is Bufferzone, who also offers a freebie.

    I am afraid Sandboxie (application virtualisation sandbox) and DefenseWall PFW (firewall plus policy management sandbox HIPS) are one man bands who are able to survive in relatively small market segments.

    You can't see breaking news of a Proof Of Concept or malware breaking something or SBIE and DW are resistant to it. They are really the champions in their class to such an extend there is hardly competition (DefenseWall has one competitor, GeSWall, but is barely giving signs of life).

    Regards Kees
     
  24. John Bull

    John Bull Registered Member

    Joined:
    Nov 22, 2009
    Posts:
    904
    Location:
    London UK
    Kees, I am told on the grapevine that you are a highly respected and extremely intelligent personality on this Forum and I endorse this view completely. A very informative reply.

    If the Sandboxie market is significant, profitable and has a growth potential, then everything I have said WILL happen. If not, then SBxie just "may" be allowed to walk it alone unmolested.

    Patents are a legal joke. If Robert Oppenheimer ever filed a patent for his beneficial gift to mankind, then the Russian`s took no notice of it.

    You can buy a "genuine" Rolex watch in Bangkok for a few bucks or a customized AK47 if that is your fetish.

    Kees, I simply cannot see poor old Ronan kicking that ball about on his own for long, before the big boy`s or even a few little boy`s snatch it from him.

    Salute - John
     
  25. Sully

    Sully Registered Member

    Joined:
    Dec 23, 2005
    Posts:
    3,719
    I say the most likely candidate is Symantec.. they offer a huge $$ and say "keep working for us". I think most of us know what happens next..just another song and dance. They could call it SymandboxIE.

    Maybe Symantec should buy Microsoft and bring it into the borg as well. Maybe SymSoft MicroBoxIe then.

    Sul.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.