SY0-501 · Question #173
Ann a security analyst is monitoring the IDS console and noticed multiple connections from an internal host to a suspicious call back domain. Which of the following tools would aid her to decipher…
The correct answer is D. Packet Analyzer. To decipher suspicious network traffic between an internal host and a callback domain, a security analyst needs a tool capable of deep packet inspection to understand the content of the communication.
Question
Ann a security analyst is monitoring the IDS console and noticed multiple connections from an internal host to a suspicious call back domain. Which of the following tools would aid her to decipher the network traffic?
Options
- AVulnerability Scanner
- BNMAP
- CNETSTAT
- DPacket Analyzer
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C11% (3)
- D79% (22)
Why each option
To decipher suspicious network traffic between an internal host and a callback domain, a security analyst needs a tool capable of deep packet inspection to understand the content of the communication.
A vulnerability scanner identifies security weaknesses in systems and applications, not for real-time analysis or deciphering the content of ongoing network traffic.
NMAP is a network scanner primarily used for host discovery and port scanning, not for capturing and dissecting the content of network packets.
NETSTAT displays active network connections, routing tables, and interface statistics on a host, but it does not capture or analyze the actual data within the packets.
A packet analyzer, such as Wireshark, captures network traffic in real-time and dissects individual packets to reveal their headers and payloads. This allows Ann to examine the specific protocols, data content, and other characteristics of the suspicious communication to the callback domain, enabling a thorough understanding of the traffic.
Concept tested: Network traffic analysis and deep packet inspection
Source: https://learn.microsoft.com/en-us/azure/network-watcher/network-watcher-overview-features#packet-capture
Topics
Community Discussion
No community discussion yet for this question.