nerdexam
CompTIA

CAS-003 · Question #848

A security analyst is responsible for the completion of a vulnerability assessment at a regional healthcare facility. The analyst reviews the following Nmap output: Which of the following is MOST…

The correct answer is A. An Nmap script to scan for unsafe servers on UDP 445. The Nmap script output targets UDP port 445, which deviates from standard SMB operation on TCP 445, indicating it is designed to identify unsafe or misconfigured server exposures on that port.

Enterprise Security Operations

Question

A security analyst is responsible for the completion of a vulnerability assessment at a regional healthcare facility. The analyst reviews the following Nmap output:

Which of the following is MOST likely what the security analyst is reviewing?

Options

  • AAn Nmap script to scan for unsafe servers on UDP 445
  • BAn Nmap script to run the SMB servers
  • CAn Nmap script to stop the SMB servers
  • DAn Nmap script to scan for vulnerable SMB servers

How the community answered

(24 responses)
  • A
    96% (23)
  • D
    4% (1)

Why each option

The Nmap script output targets UDP port 445, which deviates from standard SMB operation on TCP 445, indicating it is designed to identify unsafe or misconfigured server exposures on that port.

AAn Nmap script to scan for unsafe servers on UDP 445Correct

SMB normally operates on TCP port 445; a script probing UDP 445 is specifically crafted to detect servers with non-standard or unsafe configurations that expose that port over UDP, which is characteristic of misconfigured or vulnerable hosts. This type of scan is used during vulnerability assessments to flag anomalous service exposure rather than to interact with or control SMB services directly.

BAn Nmap script to run the SMB servers

Running SMB servers would require issuing administrative start commands on target hosts; an Nmap script only sends network probes and analyzes the responses it receives.

CAn Nmap script to stop the SMB servers

Stopping services requires elevated administrative access and control-plane commands on the remote system, which is not a function of Nmap network scanning scripts.

DAn Nmap script to scan for vulnerable SMB servers

Scanning for vulnerable SMB servers typically targets TCP 445 using exploit-reference scripts such as those checking for EternalBlue or MS17-010, not UDP 445 which indicates unsafe configuration detection rather than exploit confirmation.

Concept tested: Nmap scripting for non-standard port and unsafe service detection

Source: https://nmap.org/book/nse.html

Topics

#Nmap#vulnerability scanning#SMB#network reconnaissance

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice