Novel sandbox for executing malicious code

Jinqian Liang,Xiaohong Guan
2007-01-01
Abstract:A widely used technique for detecting malicious code is to execute potential malicious applications inside protection domains that enforce established security policies. These containers often referred to as sandboxes, come in a variety of forms. This paper presents a novel sandbox that can protect computer system from destruction while malicious code running. Our solution provides a general-purpose virtual environment for executing the untrusted applications. In this environment, malicious code has no opportunity to destroy the data in the storage devices or propagate itself through the network. Algorithms for protecting the disk data and simulating the network are given, and the experimental results of the sandbox are discussed.
What problem does this paper attempt to address?