A security analyst is hardening administrative workstations used by system engineers to manage enterprise infrastructure. Security monitoring reveals that attackers frequently attempt to execute unauthorized scripts and portable binaries directly from user temporary directories such as `%TEMP%` and `%APPDATA%`. Which mitigation strategy best prevents the execution of these unapproved binaries while maintaining administrative functionality?
- Implement application allowlisting policies that restrict software execution based on file paths, digital signatures, and cryptographic hashes.Cevap
- BDeploy a network intrusion prevention system (NIPS) at the access layer firewall to block unauthorized script execution traffic.
- CRequire multi-factor authentication (MFA) for initial interactive user logins to the workstation subnet.
- DConfigure file integrity monitoring (FIM) to generate real-time alerts whenever executable files are dropped into temporary user directories.
Cevap
Implementing application allowlisting policies that restrict software execution based on file paths, digital signatures, and cryptographic hashes is the most effective mitigation strategy.
Application allowlisting operates as a host-based preventive control that specifies exactly which scripts, binaries, and libraries are permitted to run based on publisher signatures, hashes, or trusted paths. By enforcing an implicit deny posture for unapproved paths like `%TEMP%` and `%APPDATA%`, it prevents execution of unauthorized software.
Adım Adım Çözüm
Anahtar Kavram
Application Allowlisting and Enterprise Host Hardening