Cybersecurity Reference > Glossary
Application Control
Application Control is a cybersecurity approach that restricts which software applications can execute on a system or network.
This security measure works by maintaining lists of approved applications (whitelists) or blocked applications (blacklists), though whitelisting is generally considered more secure since it follows a default-deny principle.
Application control systems typically operate at the operating system level, monitoring application launches and comparing them against established policies. When an unauthorized application attempts to run, the system blocks execution and may generate alerts for security teams. This approach is particularly effective against malware, since malicious software cannot execute if it's not on the approved list.
Modern application control solutions often incorporate additional features like digital signature verification, hash-based identification, and behavioral analysis to make determinations about application legitimacy. Some systems also provide granular controls, allowing administrators to restrict specific application functions rather than blocking entire programs.
Implementation requires careful planning to avoid disrupting legitimate business operations. Organizations must thoroughly catalog necessary applications and establish processes for approving new software. While highly effective against unauthorized code execution, application control can be challenging to maintain in dynamic environments where users frequently install new applications.
Need Better Application Security Controls?
Plurilock's application control solutions help organizations manage and secure software execution.
Get Application Control Now → Learn more →




