nerdexam
CompTIA

PT0-002 · Question #66

A penetration tester recently completed a review of the security of a core network device within a corporate environment. The key findings are as follows: - The following request was intercepted…

The correct answer is C. Disable HTTP/301 redirect configuration. D. Create an out-of-band network for management. The core network device findings indicate basic authentication over HTTP for its login and management interfaces are exposed on the production network, requiring immediate remediation.

Reporting and Communication

Question

A penetration tester recently completed a review of the security of a core network device within a corporate environment. The key findings are as follows:

  • The following request was intercepted going to the network device:

GET /login HTTP/1.1 Host: 10.50.100.16 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Accept- Language: en-US,en;q=0.5 Connection: keep-alive Authorization: Basic WU9VUilOQU1FOnNlY3JldHBhc3N3b3jk

  • Network management interfaces are available on the production network.
  • An Nmap scan returned the following:

Which of the following would be BEST to add to the recommendations section of the final report? (Choose two.)

Options

  • AEnforce enhanced password complexity requirements.
  • BDisable or upgrade SSH daemon.
  • CDisable HTTP/301 redirect configuration.
  • DCreate an out-of-band network for management.
  • EImplement a better method for authentication.
  • FEliminate network management and control interfaces.

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    5% (2)
  • C
    68% (26)
  • E
    8% (3)
  • F
    16% (6)

Why each option

The core network device findings indicate basic authentication over HTTP for its login and management interfaces are exposed on the production network, requiring immediate remediation.

AEnforce enhanced password complexity requirements.

While enforcing enhanced password complexity is good practice, the more pressing issue here is the transmission of credentials via basic authentication over potentially unencrypted HTTP, which renders any complexity moot if intercepted.

BDisable or upgrade SSH daemon.

Without the Nmap scan results, there is no direct evidence provided in the findings to specifically recommend disabling or upgrading the SSH daemon, though it's generally good practice.

CDisable HTTP/301 redirect configuration.Correct

The intercepted GET /login HTTP/1.1 request indicates that an unencrypted HTTP login page is accessible. If a 301 redirect is configured and points to or allows access via insecure HTTP, disabling or correcting this redirect to enforce HTTPS for all sensitive traffic is critical to prevent credential exposure.

DCreate an out-of-band network for management.Correct

Having network management interfaces directly on the production network is a significant security risk, as it exposes critical control planes to a broader attack surface. Creating an out-of-band management network segregates these interfaces, drastically reducing their exposure to the general production traffic and unauthorized access attempts.

EImplement a better method for authentication.

Implementing a better method for authentication is a valid recommendation related to basic auth, but it is covered more comprehensively by addressing the HTTP issue and creating an OOB network for management as primary actions.

FEliminate network management and control interfaces.

Eliminating network management and control interfaces is impractical as devices require ongoing management and monitoring; the goal is to secure them, not remove them.

Concept tested: Network device security recommendations

Topics

#Authentication Vulnerabilities#Network Segmentation#Security Recommendations#Web Security

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice