From the course: CISSP Cert Prep (2021): 8 Software Development Security

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Application management

Application management

From the course: CISSP Cert Prep (2021): 8 Software Development Security

Start my 1-month free trial

Application management

- One of the best ways to protect against malicious software is to prevent users from running unwanted applications with a technology called Application Control. Application Control, restricts the software that runs on a system to programs that meet the organization's security policy. There are two main approaches to Application Control, whitelisting and blacklisting. In whitelisting approach, administrators create a list of all of the applications that users may run on their systems. This works well in a very tightly controlled environment but it can be difficult to administer if you have many different applications and roles in your organization. The blacklisting approach offers users much more flexibility. Instead of listing the applications that users are allowed to run, administrators list prohibited applications. This is much easier for users, but it does reduce the effectiveness of Application Control. Windows…

Contents