nerdexam
EC-Council

312-50V11 · Question #513

A possibly malicious sequence of packets that were sent to a web server has been captured by an Intrusion Detection System (IDS) and was saved to a PCAP file. As a network administrator, you need to…

The correct answer is C. Protocol analyzer. A protocol analyzer can open and decode a saved PCAP file to inspect packet contents and determine whether the traffic is malicious.

Sniffing

Question

A possibly malicious sequence of packets that were sent to a web server has been captured by an Intrusion Detection System (IDS) and was saved to a PCAP file. As a network administrator, you need to determine whether this packets are indeed malicious. What tool are you going to use?

Options

  • AIntrusion Prevention System (IPS)
  • BVulnerability scanner
  • CProtocol analyzer
  • DNetwork sniffer

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    87% (39)
  • D
    7% (3)

Why each option

A protocol analyzer can open and decode a saved PCAP file to inspect packet contents and determine whether the traffic is malicious.

AIntrusion Prevention System (IPS)

An Intrusion Prevention System operates inline on live network traffic to block threats in real time and cannot open or analyze an already-saved PCAP file.

BVulnerability scanner

A vulnerability scanner probes live systems or applications for known security weaknesses and has no capability to read or interpret network packet capture files.

CProtocol analyzerCorrect

A protocol analyzer such as Wireshark can open PCAP files and decode each protocol layer of the captured packets, enabling an administrator to inspect payloads, headers, and traffic patterns for signs of malicious activity. This forensic capability is purpose-built for offline analysis of saved packet captures and is the standard tool used in this scenario.

DNetwork sniffer

A network sniffer captures traffic from the wire in real time; while it can produce PCAP files, it is not the forensic analysis tool used to examine and decode previously captured data.

Concept tested: Using a protocol analyzer to inspect captured PCAP files

Source: https://www.wireshark.org/docs/wsug_html_chunked/ChapterIntroduction.html

Topics

#protocol analyzer#PCAP analysis#network forensics#IDS investigation

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice