CASE FILE: WEEK 3 — SECURING NETWORKS AP Cybersecurity — Unit 3, Topics 3.1–3.3
0 / 0 complete

Briefing: Week 3 Case File

Unit 3 — Securing Networks, Topics 3.1–3.3

This week the investigation moves from buildings to networks. You'll map an organization's attack surface, evaluate wireless security and the managerial policies behind it, and redesign a flat network using segmentation to stop an attacker from moving freely once they get in. All three days follow Riverbend Bakery & Café — the same organization from Week 2 — as its network gets put under a microscope.

Day 1 · Wednesday, January 20, 2027

Topic 3.1 — Network Vulnerabilities and Attacks

Essential Question: Why are networks attractive targets for attackers?
Vocabulary
Network Vulnerability
Open Port
Reconnaissance
Port Scan
Exploit
Attack Surface
Least Privilege
CASE 3027-1A
Attack Surface Review

Mapping the Attack Surface

Task: Inventory Every Exposed Service

An IT intern is asked to inventory Riverbend Bakery & Café's small office network before a scheduled security review. Every device on the network exposes at least one service to the outside — the question is how much risk each one represents.

Evidence: Device & Open Service Inventory
DeviceOpen Ports / ServicesNotesReview
POS Terminal (Front Register)3389 (RDP)Remote desktop open directly to the internet, no VPN required
Back-Office File Server445 (SMB), 3306 (MySQL)Reachable from any device on the network, no login required for shared folders
Wireless Access Point23 (Telnet)Admin interface still using the factory-default password
Manager's Laptop22 (SSH)Enabled but never used, no firewall rule restricting who can connect

Click "Unreviewed" on each row to cycle through Suspicious → Confirmed Malicious → Cleared.

CASE 3027-1B
Flag: Review

Recon Before the Storm

Detection: Firewall Log Analysis

Two days before an intrusion attempt, Riverbend Bakery's firewall logs show something unusual: a sweep of increasing port numbers hitting the bakery's public-facing IP address, all within just a few minutes.

Evidence: Firewall Log
TimestampSource IPDestination PortResultReview
02:11:03203.0.113.4421Closed
02:11:04203.0.113.4422Closed
02:11:05203.0.113.4423Open
02:11:06203.0.113.4480Open
02:11:08203.0.113.443389Open

Click "Unreviewed" on each row to cycle through Suspicious → Confirmed Malicious → Cleared.

DAY 1 EXIT TICKET
Reflection

Day 1 Exit Ticket

Topic 3.1 — Network Vulnerabilities and Attacks
Day 2 · Thursday, January 21, 2027

Topic 3.2 — Managerial Controls and Wireless Security

Essential Question: How do organizations secure wired and wireless networks?
Vocabulary
Wireless Security
WPA3
SSID
Passphrase
Network Segmentation
Managerial Control
Security Policy
CASE 3027-2A
Wireless Audit

Two Networks, One Choice

Task: Prioritize Wireless Fixes

Riverbend Bakery runs its customer guest Wi-Fi and its point-of-sale terminals off the same wireless router. A visiting security consultant flagged four settings as weak. For each one, choose how urgently it should be fixed and watch the priority update.

Evidence: Wireless Configuration Findings
SettingCurrent ConfigurationWhy It's a ConcernActionPriority
SSIDBroadcasts as "Free_Public_WiFi"Guest devices and payment terminals share the same wireless network Pending
EncryptionWEP (retired since 2004)WEP can be cracked in minutes with free, widely available tools Pending
Passphrase"bakery123", written on a chalkboard by the registerWeak, guessable, and visible to every customer in the building Pending
POS NetworkHidden SSID, but uses the same passphrase as guest Wi-FiAny guest who reads the chalkboard can also reach the payment network Pending
CASE 3027-2B
Flag: Policy Gap

The Missing Policy

Task: Identify the Managerial Control Gap

When asked for a written wireless security policy, the bakery's manager admits there isn't one — the network was configured years ago by a relative "who was good with computers," and nobody has touched it since.

Evidence: Policy Audit Findings
FindingReview
No documented wireless security policy exists anywhere in the business
The Wi-Fi passphrase has not been changed in more than three years
No one is currently designated as responsible for network configuration
New employees are never told which network their devices should connect to

Click "Unreviewed" on each row to cycle through Suspicious → Confirmed Malicious → Cleared.

DAY 2 EXIT TICKET
Reflection

Day 2 Exit Ticket

Topic 3.2 — Managerial Controls and Wireless Security
Day 3 · Friday, January 22, 2027

Topic 3.3 — Network Segmentation

Essential Question: Why is dividing a network into smaller segments more secure than using one large network?
Vocabulary
Network Segmentation
VLAN
Broadcast Domain
Lateral Movement
Isolation
Access Control List (ACL)
Defense in Depth
CASE 3027-3A
Flag: Review

One Network, No Walls

Incident Type: Lateral Movement

Riverbend Bakery's new security camera system was installed on the same flat network as everything else. A cheap IoT camera is compromised through a known firmware vulnerability — and the attacker uses it as a foothold to reach the back-office file server, all without ever touching the internet-facing firewall again.

Evidence: Incident Timeline
TimeDeviceActionReview
1:02 AMSecurity CameraCompromised via known firmware exploit
1:05 AMSecurity CameraAttacker scans the local network from the camera
1:11 AMBack-Office File ServerAttacker connects using credentials discovered during the scan
1:19 AMBack-Office File ServerCustomer payment records accessed

Click "Unreviewed" on each row to cycle through Suspicious → Confirmed Malicious → Cleared.

CASE 3027-3B
Design the VLANs

Designing the VLANs

Task: Assign Each Device to a Segment

After the incident, Riverbend Bakery hires you to redesign the network using VLANs. Click a device on the diagram, then assign it to the correct VLAN in the table below.

Evidence: Network Topology
Guest Laptop Sec. Camera POS Terminal Office Server Manager Laptop
Assign VLANs
DeviceAssign VLAN
Guest Laptop
Security Camera
POS Terminal
Back-Office Server
Manager's Laptop

Clicking a device on the diagram jumps to and focuses its VLAN dropdown below.

DAY 3 EXIT TICKET
Reflection

Day 3 Exit Ticket

Topic 3.3 — Network Segmentation
CAPSTONE
Synthesis

Week 3 Synthesis: Securing Riverbend Bakery's Network

Task: Match Each Weakness to the Principle That Fixes It

You've spent the week reducing attack surface, hardening wireless security, and redesigning the network with segmentation. For each remaining weakness, select the security principle that best addresses it, then answer the synthesis questions below.

Evidence: Remaining Weaknesses
WeaknessSelect Guiding Principle
POS terminal has RDP open directly to the internet
Guest Wi-Fi and POS network share one SSID and passphrase
No written wireless security policy exists
Cameras, POS terminals, and servers all sit on one flat network

Week 3 Case File — Securing Networks — Submission