Computer Hacking Forensic Investigator (CHFI v10) — Question 90
What is the target host IP in the following command?
c:\>firewalk -F 80 10.10.150.1 172.16.28.95 -p UDP
Answer options
- A. 172.16.28.95
- B. 10.10.150.1
- C. Firewalk does not scan target hosts
- D. This command is using FIN packets, which cannot scan target hosts
Correct answer: A
Explanation
The correct answer is A, which is the target IP provided in the command. The command specifies the target host IP as the last argument, which is 172.16.28.95. Options B, C, and D are incorrect as they either refer to the source IP or misunderstand the functionality of the Firewalk tool.