Exchange Local machine policy must require signed scripts.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-228370 | EX16-MB-000170 | SV-228370r879584_rule | CCI-001749 | medium |
| Description | ||||
| Scripts often provide a way for attackers to infiltrate a system, especially scripts downloaded from untrusted locations. By setting machine policy to prevent unauthorized script executions, unanticipated system impacts can be avoided. Failure to allow only signed remote scripts reduces the attack vector vulnerabilities from unsigned remote scripts. | ||||
| STIG | Date | |||
| Microsoft Exchange 2016 Mailbox Server Security Technical Implementation Guide | 2023-12-18 | |||
Related Frameworks
2 paths across 2 frameworks
Related Frameworks
NIST 800-531 mapping
CM-5(3)
1.00
- DISA · V2R6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-001749
1.00
- DISA · V2R6 · disa_xccdf · related
Details
Check Text (C-228370r879584_chk)
Open the Exchange Management Shell and enter the following command:
Get-ExecutionPolicy
If the value returned is not "RemoteSigned", this is a finding.
Fix Text (F-30588r496907_fix)
Open the Exchange Management Shell and enter the following command:
Set-ExecutionPolicy RemoteSigned