ExamRange

CND (312-38) Network Defense Simulation

In this simulation, you will analyze network traffic patterns and identify standard port classifications used in Defense-in-Depth strategies. Understanding port ranges is fundamental for configuring firewalls and identifying ephemeral traffic patterns during investigations.

Network Scenario

You are monitoring the outbound traffic from an internal User Segment (VLAN 10) to an External Web Server. You observe a series of established connections. While the destination port on the web server is consistently 443 (HTTPS), the source ports on the client machines appear to be fluctuating within a specific high-range block.

Environment: Enterprise LAN

Activity: High-volume HTTPS requests to cloud services.

Defender Task: Validate that outbound source ports align with IANA standards for dynamic/private assignments.

Traffic & Logs

Internal Firewall Outbound Log (Simplified)

[2023-10-27 14:02:11] SRC: 192.168.10.45:51234 -> DST: 104.18.12.55:443 [TCP SYN] ALLOW
[2023-10-27 14:02:11] SRC: 192.168.10.45:51235 -> DST: 104.18.12.55:443 [TCP SYN] ALLOW
[2023-10-27 14:02:12] SRC: 192.168.10.12:60112 -> DST: 172.217.16.142:443 [TCP SYN] ALLOW
[2023-10-27 14:02:15] SRC: 192.168.10.22:49550 -> DST: 13.107.42.12:443 [TCP SYN] ALLOW
Note: The source ports (51234, 60112, 49550) are allocated by the client OS for these sessions. These are categorized as ephemeral or private ports.

Question

What is the range for private ports?