During a security architecture audit of a hybrid enterprise environment, analysts discover that system administrators regularly use PowerShell Remoting (WinRM) over TLS to manage internal domain controllers directly from unmanaged endpoints connected via a split-tunnel VPN. If an unmanaged endpoint is compromised, attackers could execute arbitrary administrative commands across the internal infrastructure. Which of the following enterprise hardening strategies MOST effectively mitigates this administrative exposure while preserving required remote management capabilities?
- Enforce Just Enough Administration (JEA) with PowerShell constrained language mode and restrict WinRM access exclusively to dedicated Privileged Access Workstations (PAWs).Cevap
- BDeploy an inline deception honeypot listener on port 5986 at the network edge to automatically intercept and drop unauthorized WinRM administrative traffic.
- CRely on the perimeter split-tunnel VPN gateway authentication to filter incoming PowerShell traffic before it reaches the internal network domain controllers.
- DReclassify remote WinRM management protocols from technical security controls to deterrent controls within the enterprise risk management policy.
Cevap
Enforce Just Enough Administration (JEA) with PowerShell constrained language mode and restrict WinRM access exclusively to dedicated Privileged Access Workstations (PAWs).
The correct strategy combines host-level privilege restrictions (Just Enough Administration and PowerShell constrained language mode) with strict endpoint origin boundaries (Privileged Access Workstations). JEA limits user privileges to only the specific cmdlets required for their job function, constrained language mode prevents advanced scripting/COM object exploitation, and PAWs ensure administrative credentials cannot be harvested from unmanaged or compromised personal endpoints.
Adım Adım Çözüm
Anahtar Kavram
Privileged Access Hardening and Administrative Attack Surface Reduction