CND (312-38) Network Defense Simulation
In this simulation, you will explore the risks of unencrypted traffic by analyzing protocol data captured during a passive sniffing attack. You will learn to identify which network elements leak sensitive infrastructure and application data when exposed on the wire.
Network Scenario
During a routine threat hunting exercise, the Blue Team discovers an unauthorized Raspberry Pi connected to an open port in the data center. The switchport was mistakenly configured as a SPAN (port mirroring) destination, sending a copy of all VLAN 20 (Server segment) traffic to the unauthorized device.
Environment: Data Center (VLAN 20)
Activity: Passive packet capture (tcpdump running in promiscuous mode).
Defender Task: Determine what types of data the attacker successfully captured by reviewing the PCAP sample.
Traffic & Logs
PCAP Extract (Attacker's capture)
09:12:45.654 IP 192.168.20.10.514 > 192.168.20.50.514: SYSLOG local7.error: Authentication bypass failure from 10.0.5.22
09:12:46.987 IP 192.168.20.30.80 > 10.0.5.55.45678: HTTP/1.1 500 Internal Server Error\n
Content-Type: text/html\n
[Exception] java.lang.NullPointerException at com.app.auth.LoginValidator.check(LoginValidator.java:45)...
Question
Which of the following types of information can be obtained through network sniffing? (Choose all that apply.)