Exit CFR-210 CyberSec First Responder
Question 4 of 5
0% complete
Q4 Single choice

A network engineer has collected a packet capture using Wireshark and given it to the team for analysis.
The team is looking for activity based on the internal IP address of 10.0.25.123.

Which of the following filters should the team use to look at only traffic for this IP?

  • A

    source.ip == 10.0.25.123 && destination.ip == 10.0.25.123

  • B

    source tcp = 10.0.25.123 and destination tcp = 10.0.25.123

  • C

    src.ip == 10.0.25.123 or dst.ip == 10.0.25.123

  • D

    src.ip = 10.0.25.123 or dst.ip = 10.0.25.123