Share

Isolated Execution

Code

Programming Languages: C

License: BSD License

Repositories

browse code, statistics svn co https://isolated-exec.svn.sourceforge.net/svnroot/isolated-exec isolated-exec

Show:

What's happening?

  • Followup: RE: Got a problem when test

    Hi, There are two components running in the Sandbox VM. A service listening in port 9999 and a application launcher listening in port 8888. So, when an application needs to be run in the sandbox, it is moved to it by the domain0 module using ssh. Then, the domain0 module sends a message to the service listening to port 9999 commanding it to run the application. After this, the services sends...

    2009-10-08 18:12:25 UTC by prpasser

  • Followup: RE: Got a problem when test

    still format problem ,i'll try send an email.

    2009-09-26 03:54:28 UTC by nobody

  • Followup: RE: Got a problem when test

    sorry for the format ,i'v adjusted: when i tested ,following the Deployment Guide ,i got the problem below: in delegator domainU: Delegating the file C:\WINDOWS\NOTEPAD.EXE to a sandbox virtual machine Looking up host "192.168.0.254" Connecting to 192.168.0.254 port 22 Server version: SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2 We claim version: SSH-2.0-PuTTY_Release_0.60...

    2009-09-26 03:46:01 UTC by nobody

  • Got a problem when test

    when i tested ,following the Deployment Guide ,i got the problem below: in delegator domainU: Delegating the file C:\WINDOWS\NOTEPAD.EXE to a sandbox virtual machine Looking up host "192.168.0.254" Connecting to 192.168.0.254 port 22 Server version: SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2 We claim version: SSH-2.0-PuTTY_Release_0.60 Using SSH protocol version 2 Doing...

    2009-09-26 03:38:04 UTC by nobody

  • Followup: RE: Where is the sandbox code?

    I'm sorry for my unceremonious statement before. I thought this is a finished project. Thank a lot for your information and I'll pay a close attention to the project.

    2009-07-26 10:39:27 UTC by nobody

  • Followup: RE: Where is the sandbox code?

    The Linux code is focused on the virtualization functionality and the file transmission. The functionality to monitor the sandox activity is not implemented. This code is a pre alpha version with the basic functionality only. I agree with the basic functions that you propose for the sandbox, this should be an API that the antivirus companies can use to plug they heuristics detecting...

    2009-07-24 12:44:40 UTC by prpasser

  • Followup: RE: Where is the sandbox code?

    I think the sandbox should have several basic function below: 1. spy the active process in sandbox. 2. any changes to system made by process in sandbox will be recovered when the process ends. like sandbox in chrome.

    2009-07-24 04:01:44 UTC by nobody

  • Followup: RE: Where is the sandbox code?

    I've checked the linux code. It seems like a inplemention of network transmission for exec file and some simple information, and some operation like create or destroy on VMs. I've seen the snapshot, but also can't find what I need. I mean that how the sandbox works, auto log winapi information for execution or just check mannually what the changes the exec make?.

    2009-07-24 03:50:55 UTC by nobody

  • Followup: RE: Where is the sandbox code?

    The code that manages the sandbox VMs is located in the vmpool module in the Linux code. Let me know if you need more info about it.

    2009-07-13 12:45:46 UTC by prpasser

  • Where is the sandbox code?

    I've looked through the codes but not found any code about sandbox or security.

    2009-07-13 03:21:51 UTC by nobody