Details
To reduce the vectors through which a server can be attacked, unneeded application components should be disabled or removed.
By default, a virtual directory is installed for Public Folders. If an attacker were to intrude into an Exchange CA server and be able to access the Public Folder website, it would provide an additional attack vector, provided the virtual directory was present.
Once removed, the Public functionality cannot be used without restoring the virtual directory.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Open the Exchange Management Shell and enter the following command:
Remove-PublicFolder -Identity ‘IdentityName’ -Recurse:$True
Note: This command deletes the public folder Directory Folder and all its child public folders.
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.
References
- 800-53|CM-7a.
- CAT|III
- CCI|CCI-000381
- Rule-ID|SV-84379r1_rule
- STIG-ID|EX13-CA-000105
- Vuln-ID|V-69757