SK0-004 · Question #705
An IDS alert is sent to the server administrator indicating an unauthorized access attempt is occurring against a secure file server on the network. Which of the following tools will BEST help…
The correct answer is A. Protocol analyzer. A protocol analyzer captures and inspects live network traffic, allowing an administrator to verify whether the unauthorized access attempt flagged by the IDS is genuine by examining the actual packets.
Question
An IDS alert is sent to the server administrator indicating an unauthorized access attempt is occurring against a secure file server on the network. Which of the following tools will BEST help confirm this alert?
Options
- AProtocol analyzer
- BPort scanner
- CAnti-malware scan
- DMD5 checksum analysis
How the community answered
(28 responses)- A71% (20)
- B4% (1)
- C7% (2)
- D18% (5)
Why each option
A protocol analyzer captures and inspects live network traffic, allowing an administrator to verify whether the unauthorized access attempt flagged by the IDS is genuine by examining the actual packets.
A protocol analyzer (such as Wireshark) captures raw network traffic in real time, enabling the administrator to inspect the packets targeting the file server and confirm whether malicious or unauthorized activity is actually occurring. It provides the deepest level of network visibility for validating IDS alerts by showing source IPs, protocols, payloads, and session behavior. This directly correlates with what the IDS detected, confirming or dismissing the alert with evidence.
A port scanner identifies open ports on a target system but does not capture live traffic or confirm whether an access attempt is actively occurring.
An anti-malware scan checks the server for malicious software already present but cannot confirm an active network-based unauthorized access attempt in progress.
MD5 checksum analysis verifies file integrity to detect tampering after the fact but does not provide visibility into live network access attempts.
Concept tested: Protocol analyzer use for IDS alert verification
Source: https://www.wireshark.org/docs/wsug_html_chunked/
Topics
Community Discussion
No community discussion yet for this question.