nerdexam
EC-Council

312-50V13 · Question #72

An Intrusion Detection System (IDS) has alerted the network administrator to a possibly malicious sequence of packets sent to a Web server in the network's external DMZ. The packet traffic was…

The correct answer is A. Protocol analyzer. To determine if a sequence of packets captured in a PCAP file by an IDS is genuinely malicious or a false positive, a protocol analyzer is the most suitable tool. A protocol analyzer allows for in-depth inspection and interpretation of network traffic, enabling security…

Submitted by eva_at· Mar 6, 2026Sniffing

Question

An Intrusion Detection System (IDS) has alerted the network administrator to a possibly malicious sequence of packets sent to a Web server in the network's external DMZ. The packet traffic was captured by the IDS and saved to a PCAP file. What type of network tool can be used to determine if these packets are genuinely malicious or simply a false positive?

Options

  • AProtocol analyzer
  • BNetwork sniffer
  • CIntrusion Prevention System (IPS)
  • DVulnerability scanner

How the community answered

(43 responses)
  • A
    93% (40)
  • B
    2% (1)
  • D
    5% (2)

Why each option

To determine if a sequence of packets captured in a PCAP file by an IDS is genuinely malicious or a false positive, a protocol analyzer is the most suitable tool. A protocol analyzer allows for in-depth inspection and interpretation of network traffic, enabling security analysts to examine the packet contents, headers, and flow to understand their true nature.

AProtocol analyzerCorrect

A protocol analyzer, such as Wireshark, is designed to deeply inspect and interpret the contents of network packets, including those saved in a PCAP file. It allows an administrator to examine packet headers, payloads, and protocol behavior to determine if the traffic flagged by an IDS is genuinely malicious or a false positive by understanding the communication details.

BNetwork sniffer

A network sniffer is primarily used to *capture* network traffic into files like PCAP. While some sniffers have basic analysis capabilities, the term "protocol analyzer" more accurately describes the in-depth inspection and interpretation of captured data to determine maliciousness.

CIntrusion Prevention System (IPS)

An Intrusion Prevention System (IPS) actively blocks or prevents malicious traffic in real-time based on rules, and while it logs events, its primary function is not the post-hoc, manual analysis of PCAP files to distinguish false positives.

DVulnerability scanner

A vulnerability scanner assesses systems for known weaknesses and misconfigurations, but it does not analyze captured network traffic (PCAP files) to identify malicious activity or false positives.

Concept tested: Protocol analyzer for traffic analysis

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

Topics

#protocol analyzer#packet analysis#PCAP analysis#Wireshark#IDS alerts

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice