Question 6 of 160 from exam CS0-002: CompTIA CySA+

Question 6 of 160 from exam CS0-002: CompTIA CySA+

Question

A security analyst is trying to determine if a host is active on a network.

The analyst first attempts the following:

$ ping 192.168.1.4

PING 192.168.1.4 (192.168.1.4): 56 data bytes

--- 192.168.1.4 ping statistics —--

4 packets transmitted, 0 packets received, 100.0% packet loss

The analyst runs the following command next:

$ sudo hping3 -c 4 -n -i 192.168.1.4
HPING 192.168.1.4 (enl 192.168.1.4): NO FLAGS are set, 40 headers + 0 data bytes

len=46 ip=192.168.1.4 ttl=64 id=32101 sport=0 flags=RA seq=0 -4ms
len=46 ip=192.168.1.4 ttl=64 id=32102 sport=0 flags=RA seq=1 3ms
len=46 ip=192.168.1.4 tt1=64 id=22103 sport=0 flags=RA seq=2 4ms
len=46 ip=192.168.1.4 ttl=64 id=32104 sport=0 flags=RA seq=3 4ms

--- 10.0.1.33 hpaing statistic -—
4 packets transmitted, 4 packets received, 0% packet loss

Which of the following would explain the difference in results?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.