nerdexam
CompTIA

PT0-001 · Question #188

A penetration tester is performing a validation scan after an organization remediated a vulnerability on port 443 The penetration tester observes the following output: Which of the following has…

The correct answer is D. The organization moved services to port 8443. When a validation scan shows port 443 is no longer responsive but port 8443 is now open, the most likely explanation is that the organization migrated the HTTPS service to the alternate port rather than fully patching or removing it.

Vulnerability discovery and analysis

Question

A penetration tester is performing a validation scan after an organization remediated a vulnerability on port 443 The penetration tester observes the following output:

Which of the following has MOST likely occurred?

Exhibit

PT0-001 question #188 exhibit

Options

  • AThe scan results were a false positive.
  • BThe IPS is blocking traffic to port 443
  • CA mismatched firewall rule is blocking 443.
  • DThe organization moved services to port 8443

How the community answered

(29 responses)
  • A
    14% (4)
  • B
    7% (2)
  • C
    3% (1)
  • D
    76% (22)

Why each option

When a validation scan shows port 443 is no longer responsive but port 8443 is now open, the most likely explanation is that the organization migrated the HTTPS service to the alternate port rather than fully patching or removing it.

AThe scan results were a false positive.

A false positive means the original scanner incorrectly flagged a non-existent vulnerability - it would not explain a change in port status observed in a follow-up validation scan.

BThe IPS is blocking traffic to port 443

An IPS blocking port 443 would present the port as filtered in scan output and would not cause port 8443 to appear open with an active service behind it.

CA mismatched firewall rule is blocking 443.

A mismatched firewall rule blocking 443 would show that port as filtered rather than closed and would not account for port 8443 suddenly being open and responsive.

DThe organization moved services to port 8443Correct

Port 8443 is a well-known alternate HTTPS port, and an open service on 8443 after remediation on 443 indicates the service was relocated rather than patched. A scanner would show 443 as closed or filtered and 8443 as open and serving the same application. This is a common but insufficient remediation approach that moves rather than fixes the vulnerability.

Concept tested: Interpreting port scan output after service migration

Source: https://nmap.org/book/man-port-scanning-basics.html

Topics

#port scanning#service migration#remediation validation#Nmap

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice