F-Secure’s Sandboxed Execution Environment project

Sandboxed Execution Environment (SEE) is a framework for building test automation in secured Environments. The Sandboxes, provided via libvirt, are customizable allowing high degree of flexibility. Different type of Hypervisors (Qemu, VirtualBox, LXC) can be employed to run the Test Environments. Plugins can be added to a Test Environment which provides an Event mechanism synchronisation for their interaction. Users can enable and configure the plugins through a JSON configuration file. SEE is for automating tests against unknown, dangerous or unstable software tracking its activity during the execution. SEE is well suited for building modular test platforms or managing executable code with a good degree of isolation. SEE allows to write sandboxed tests both for quick prototyping and for running on production environment. […]

More info:
https://github.com/F-Secure/see
https://pypi.python.org/pypi/python-see
http://pythonhosted.org/python-see
http://libvirt.org

Leave a comment