rever_ser Posted September 10, 2016 Posted September 10, 2016 hi I want to write a sandbox. I want to know exactly what parts made up a sandbox and how to work any how. Can anyone recommend a resource in this regard?
0xNOP Posted September 10, 2016 Posted September 10, 2016 A sandbox is nothing more and nothing less than just a Virtual File System hosted in a Physical File System, Everything you do on a Sandbox, every file you put, every file you get, everyfile you execute, is populated in this Virtual File System, meaning even though the host is your Local Disk, it doesn't necessarily touches it or harms it in any way possible, now Sandboxes brings complex terms into its subject, for example Virtual Proces Emulation, etc, etc. so You will have to emulate the execution of a process within the Sandbox itself, and so on, and so on. This process emulation is nothing more and nothing less than just a driver filtering files on your file system and detouring such actions that your virtualized process access... So, ultimately, you basically wanna start researching on Virtual File Systems, as the subject suggests, it heavily depends on it, later on, work your way up into virtualizing your processes, etc, etc.. It's a heavy topic for someone alone to grasp and even accomplish, I would say, study the topic really good, and then go on with it. Good Luck, Cheers! 2
Noteworthy Posted October 25, 2016 Posted October 25, 2016 Sandbox is a misleading term, can I ask you kindly to tell what features or goals you are expecting from it ? Do you want to analyze malware on it ? Is it going to run on machines of end users or on your own server ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now