SSM keeps track of the activity of all applications already started or being started and allows you to control:
* which application can be started;
* which child application can be started by a selected one;
* which parent applications are allowed to start a selected one;
* whether a selected application is allowed to start if it was modified;
* whether a selected application is allowed to install a driver;
* whether a selected application is allowed to perform code-injection or DLL-injection;
* create/terminate a process (application);
* suspend a process and resume it afterwards;
* watch the list of DLLs loaded by a selected application.
* low level disk access (v2.1+)
* low level keyboard access (v2.1+)
Tracking and blocking changes in the following important operating system parts:
* Windows registry;
* drivers and services state;
* INI-files;
* "Startup" item of Start menu;
* Microsoft Internet Explorer settings.
Window management:
* watches running applications windows;
* runs "black list" of applications windows, closes "unwanted" applications windows automatically;
* browses the list of applications windows created in the system;
* shows invisible applications windows, hides visible ones, enables user input for "locked down" applications windows. |
|