During a post-incident analysis of a compromised legacy industrial control jump server, security auditors discover that attackers leveraged an unquoted service path vulnerability combined with permissive folder write permissions to execute arbitrary code with SYSTEM privileges. The jump server cannot be immediately decommissioned or upgraded due to operational uptime dependencies. Which of the following mitigation strategies provides the MOST effective immediate technical control to prevent execution of unauthorized binaries in these writable paths while preserving host stability?
- Implement application allowlisting policies enforcing path and hash-based rules via AppLocker or WDAC.Cevap
- BReconfigure perimeter firewall rules to block outbound TCP port 445 and UDP port 139 traffic from the jump server.
- CDeploy an inline honeypot listener on the local subnet to detect unauthorized privilege escalation sweeps.
- DClassify the jump server host within a demilitarized zone (DMZ) control category and rely on network intrusion prevention system (NIPS) signatures.
Cevap
Implementing application allowlisting policies enforcing path and hash-based rules via AppLocker or Windows Defender Application Control (WDAC).
Application allowlisting controls, such as Microsoft AppLocker or Windows Defender Application Control (WDAC), prevent untrusted binaries from executing regardless of file location or service privilege levels. By defining strict hash or path rules, any unauthorized binary dropped into an unquoted service directory will be blocked from launching, directly mitigating the privilege escalation threat on legacy systems without requiring disruptive software updates.
Adım Adım Çözüm
Anahtar Kavram
Application Allowlisting and Host Hardening Mitigations