Which of the following BEST describes what a security analyst is trying to accomplish?

Given the following output from a Linux machine:
file2cable -i eth0 -f file.pcap
Which of the following BEST describes what a security analyst is trying to accomplish?
A. The analyst is attempting to measure bandwidth utilization on interface eth0.
B. The analyst is attempting to capture traffic on interface eth0.
C. The analyst is attempting to replay captured data from a PCAP file.
D. The analyst is attempting to capture traffic for a PCAP file.
E. The analyst is attempting to use a protocol analyzer to monitor network traffic.

CS0-002: CompTIA CySA+ Exam

FULL Printable PDF and Software. VALID exam to help you PASS.

comptia-exams

4 thoughts on “Which of the following BEST describes what a security analyst is trying to accomplish?

  1. It’s C.
    We can eliminate answer E as file2cable is not a protocol analyzer. The file “file.pcap” was for sure collected using a protocol analyzer but file2cable is just a program used to send (replay) any data which we have as a binary to any interface we want.
    D and B are not correct as file2cable is not used for capturing data.
    A – there are other tools to measure bandwidth, throughput, and goodput and file2cable is not the one.

  2. i think C is the correct one, because the analyst want to send the raw packet using -f

    give me your opinion

  3. I wouldn’t trust all the answers provided. I’ve found several mistakes on this site. But good questions to think about.

  4. file2cable
    This tool is perfect to find new vulnerabilities and test concepts. It sends out any binary file as Ethernet frame – AS IT IS
    -v verbose (hex dump to screen)
    -i interface
    -f the file you want to send

    It could be C…or even A. Is the BEST answer E ??

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.