| Hostname | IP Address | Status | Assigned To | Last Scan | Actions |
|---|---|---|---|---|---|
| MONT-MB-002 | 164.231.187.36 | 2026-01-14 | |||
Finding DetailsEvaluate-STIG 1.2507.5 (Scan-MSExchange2016MB_Checks) found this to be NOT A FINDING on 10/23/2025 ResultHash: F45BB1BC0E19B53ED45593DC884B248549E33D73 ~~~~~ Default Web Site Binding: http (*:80:) Binding: net.tcp (808:*) Binding: net.msmq (localhost) Binding: msmq.formatname (localhost) Binding: net.pipe (*) Binding: http (127.0.0.1:80:) Binding: https (*:443:) Binding: https (127.0.0.1:443:) Comments |
|||||
Check Text
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.
Fix Text
Configure web ports to be ports 80 and 443, as specified by PPSM standards.