SV-84403r2_rule
V-69781
SRG-APP-000516
EX13-CA-000165
CAT II
10
Configure web ports to be 80, 81 and 443, 444, 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 and 81 for HTTP connections or port 443 and 444 for HTTPS connections, this is a finding.
Repeat the process for each website.
V-69781
False
EX13-CA-000165
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 and 81 for HTTP connections or port 443 and 444 for HTTPS connections, this is a finding.
Repeat the process for each website.
M
3097