International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 57 - Number 7 |
Year of Publication: 2012 |
Authors: Jasmeet Singh, Khalid Hussain, Akshat Aggrawal |
10.5120/9126-3293 |
Jasmeet Singh, Khalid Hussain, Akshat Aggrawal . An Application Sandbox Model based on Partial Virtualization of Hard-Disk and a Possible Windows Implementation. International Journal of Computer Applications. 57, 7 ( November 2012), 16-21. DOI=10.5120/9126-3293
The proposed concept is of an Application Sandbox Model that restricts any malicious code from making changes to the actual system hard-disk by using a counterfeit Virtual Hard-Disk. The applications initiated using this Sandbox are allowed to read any file from the real hard disk but when they need to make changes(write) to any file then the Sandbox copies that file from the real hard disk to a Virtual Hard-Disk Space and then makes changes to this counterfeit copy of the file. For every future access request (read or write) of the same file only this counterfeit copy shall be referred. In this way it both ensures the normal & complete execution of the application initiated using the Sandbox and simultaneously protects the real hard disk file system from any potentially harmful changes. This paper discusses about the concept, design and a possible Windows Implementation of such an Application Sandbox Model.