Computer Hacking Forensic Investigator (CHFI v10) — Question 105

What is the following command trying to accomplish?
C:> nmap `"sU `"p445 192.168.0.0/24

Answer options

Correct answer: A

Explanation

The correct answer is A because the command uses 'sU', indicating a scan for UDP ports, specifically port 445, on the specified subnet. Option B is incorrect as it refers to TCP rather than UDP. Option C is wrong because the command does not check for NETBIOS, and option D incorrectly suggests that the command is verifying if the port is closed.