DiamondCS's Advanced Process Manipulations (APM) is an advanced process/module viewer and manipulation utility that allows flexible control over target processes.
GeSWall blocks all operations with the processes from within isolated APM


DiamondCS's Advanced Process Manipulations (APM) is an advanced process/module viewer and manipulation utility that allows flexible control over target processes.
GeSWall blocks all operations with the processes from within isolated APM


Posted in GeSWall's Security Tests
Link: http://www.sysinternals.com/files/reghide.zip
RegHide demonstrates how the Native API can be used to create object names that are inaccessible from the Win32 API. While there are many different ways to do this, the method used here it to include a terminating NULL that is explicitly made part of the key name. There is no way to describe this with the Win32 API, which treats a NULL as the end of the name string and will therefore chop it. Thus, Regedit and Regedt32 won't be able to access this key, though it will be visible

GeSWall prevents creation of this key if RegHide running isolated.
Posted in GeSWall's Security Tests
Link: http://www.av-comparatives.org
AV-comparatives evaluated GeSWall’s security engine as a part of “Comparative of various protection tools” report. The evaluation based on execution of 40 real malware samples, which have to be blocked by evaluated products. GeSWall access control policy effectively prevented damage to the system in all tests. Note that report focuses only on ability of products to block malicious actions without taking in account other parameters such as usability.
Posted in Announces, GeSWall's Security Tests
Link: http://www.security.org.sg/code/sdtrestore.html
STDRestore is a tool that demonstrates the possibility of defeating rootkits by removing Kernel Native APIs hooks and restoring the ServiceTable entries back to their original state. The similar technique can be used by rootkits as well.
Isolated STDResource have not enough privileges to access physical memory device in order to modify Service Table.

Posted in GeSWall's Security Tests, Rootkits
The OSR Driver Loader is a program, which allows Device Driver developers an easy way to register, unregister, start, and stop their Device Driver.

GeSWall prevents a driver installation by blocking access to Service Control Manager

Posted in GeSWall's Security Tests, Rootkits