Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam CFR-310 topic 1 question 3 discussion

Actual exam question from CertNexus's CFR-310
Question #: 3
Topic #: 1
[All CFR-310 Questions]

A Linux system administrator found suspicious activity on host IP 192.168.10.121. This host is also establishing a connection to IP 88.143.12.123. Which of the following commands should the administrator use to capture only the traffic between the two hosts?

  • A. # tcpdump -i eth0 host 88.143.12.123
  • B. # tcpdump -i eth0 dst 88.143.12.123
  • C. # tcpdump -i eth0 host 192.168.10.121
  • D. # tcpdump -i eth0 src 88.143.12.123
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
surfuganda
1 month ago
Selected Answer: A
At a glance, none of the options seems exactly right, providing only partially useful output. Given the limitations of the provided options, we must think critically about the assumptions inherent in the question. In order for any of the answers to be correct, we must assume that the command is being issued from one of the identified hosts. Since "A Linux system administrator found suspicious activity on host IP 192.168.10.121", given the IP structure of the two hosts, we should assume the administrator is issuing the command from the host ending in 121. In this context, the correct answer would be: A. # tcpdump -i eth0 host 88.143.12.123 When this command is issued from host 121 (192.168.10.121), it instructs tcpdump to capture traffic where the specified host (88.143.12.123) is either the source or destination. Essentially, it will capture all traffic involving communication between host 121 and the remote host 88.143.12.123.
upvoted 1 times
...
Wutan
8 months, 2 weeks ago
Selected Answer: C
The answer is C. So, while option C captures traffic involving 192.168.10.121, it doesn't specifically isolate the traffic between the two hosts.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...