CND (312-38) Network Defense Simulation
Learn how data formatting and encryption protocols operate within the OSI reference model to ensure confidentiality and compatibility. This simulation examines the specific layer responsible for translating data into a format understandable by the application layer.
Network Scenario
An enterprise network is deploying a secure web application. The security team is auditing the traffic to ensure that sensitive data is being encrypted before it leaves the internal network. During a packet capture (PCAP) analysis, the analyst observes that certain data streams are clear-text while others are unreadable due to TLS/SSL wrapping.
Environment Topology
- • Application Server (192.168.10.50)
- • Database Server (192.168.10.60)
- • Perimeter Firewall (Zone: Inside -> Outside)
- • Snort IDS (Inspecting TLS Handshakes)
Defense Objective
Identify the specific OSI layer where data syntax, compression, and encryption/decryption are handled to prevent MITM sniffing of sensitive payloads.
Traffic & Logs
[**] [1:2018959:2] ET POLICY TLS Fill (Possible Data Exfiltration) [**] [Classification: Misc activity] [Priority: 3] 05/20-14:22:10.452102 192.168.10.50:443 -> 203.0.113.15:51244 TCP TTL:64 TOS:0x0 ID:12345 IpLen:20 DgmLen:1500 [X] Data is encrypted via TLS 1.3 [X] Content-Type: application/x-www-form-urlencoded [X] Encoding: GZIP (Compressed)
Question
Which of the following OSI layers formats and encrypts data to be sent across the network?