SV-228412r612748_rule
V-228412
SRG-APP-000516
EX16-MB-002870
CAT II
10
Configure web ports to be ports 80 and 443, as specified by PPSM standards.
Open a Windows PowerShell Module and enter the following commands:
Get-Website | Select Name
Get-WebBinding -Name <'WebSiteName'> | Format-List
If the Web binding values returned are not on standard port 80 for HTTP connections or port 443 for HTTPS connections, this is a finding.
Note: This is excluding the Exchange Back End website which uses 81/444.
Repeat the process for each website.
V-228412
False
EX16-MB-002870
Open a Windows PowerShell Module and enter the following commands:
Get-Website | Select Name
Get-WebBinding -Name <'WebSiteName'> | Format-List
If the Web binding values returned are not on standard port 80 for HTTP connections or port 443 for HTTPS connections, this is a finding.
Note: This is excluding the Exchange Back End website which uses 81/444.
Repeat the process for each website.
M
4223