I1.8 Network Defense Analysis Lab
Complete a full fictional investigation using architecture, addressing, DNS, DHCP, services, firewall, segmentation, endpoint, identity, monitoring, and change evidence.
Lesson Progress
Network Defense Analysis Lab
High School Intermediate • I1: Networking for Defenders • Lesson 8 of 8
Readiness Check
Before You Start
0/5 ready
Capstone Hook
Explain the Whole Path, Not Just the Loudest Alert
A device may have a healthy link, correct VLAN, successful DNS response, and active application process, yet still fail because it received an address from the wrong scope and was placed in the wrong firewall zone. The strongest investigation traces every layer and corrects the earliest supported mismatch.
Weak response
“The firewall denied traffic, so disable the firewall.”
Strong response
“Preserve evidence, trace the path, compare design and observed state, identify the first supported mismatch, and correct only the approved cause.”
Objective 1
Correlate fictional architecture, addressing, DNS, DHCP, firewall, endpoint, identity, and change evidence.
Objective 2
Build a defensible timeline using device, address, service, zone, owner, and timestamp context.
Objective 3
Separate confirmed facts, likely explanations, missing evidence, and unsupported assumptions.
Objective 4
Identify the earliest supported mismatch instead of changing the loudest control.
Objective 5
Write a concise network-defense report with confidence, impact, ownership, validation, and rollback.
Why This Matters
Network Defense Requires Correlation, Prioritization, and Validation
Security teams rarely receive one perfect answer. They combine architecture, configuration, identity, application, and event evidence while protecting availability, preserving logs, respecting ownership, and communicating clearly.
Investigation Workflow
Six Phases of Safe Network Analysis
Scope
Define the fictional environment, affected systems, time window, authority, evidence, and prohibited actions.
Preserve
Record original logs, diagrams, rules, leases, identities, and changes before recommending corrections.
Correlate
Connect device, user, address, VLAN, subnet, DNS, service, firewall, endpoint, and timeline evidence.
Compare
Check observed behavior against approved architecture, dependencies, ownership, and change plans.
Decide
Choose the narrowest proportionate action: monitor, correct, restrict, validate, recover, or escalate.
Communicate
Document findings, confidence, impact, uncertainty, owner, next steps, rollback, and lessons learned.
Evidence Sources
Use Multiple Sources Without Overclaiming
Architecture diagram
DHCP and VLAN records
DNS records
Firewall evidence
Endpoint telemetry
Identity and inventory
Change records
Monitoring records
Integrated Case
Harborview Media Lab Upload Failure
User report
A fictional media-lab device cannot upload approved coursework after a network change.
Device identity
media-lab-08 is a managed device assigned to the student-media group.
Observed address
DHCP assigns 10.44.20.93/26 with gateway 10.44.20.65 from media-scope-b.
Expected design
The approved diagram requires 10.44.20.0/26 with gateway 10.44.20.1.
DNS evidence
uploads.media-training.test resolves successfully to 192.0.2.80.
Firewall evidence
HTTPS is denied because the source is classified in the guest zone.
Segmentation evidence
The expected VLAN is correct, but the address-to-zone mapping is inconsistent.
Change evidence
A DHCP scope split occurred shortly before the issue and validation was incomplete.
Fake Dashboard
Fake I1 Network Defense Case Dashboard
Integrated training dashboard for the fictional Harborview Media Lab case.
Local connectivity
Healthy
Interface, switch port, and expected VLAN evidence are normal.
Address placement
Incorrect
The device received an address and gateway from the wrong /26 DHCP scope.
Application path
Denied
DNS succeeds, but the firewall applies the guest-zone policy and denies HTTPS.
Fake SOC Alert
Approved Media Upload Blocked by Scope-to-Zone Mismatch
Source: Fake Integrated Network Defense Monitor • Time: 10:22 AM
Fake Log Panel
Fake Integrated Investigation Timeline
09:58:00 CHANGE title='media-lab DHCP scope split' approved='true' validation='partial' 10:05:11 INVENTORY device='media-lab-08' group='student-media' expected_subnet='10.44.20.0/26' 10:06:02 LINK interface='wlan0' state='up' signal='good' 10:06:04 SWITCH device='media-lab-08' vlan='220' status='expected' 10:06:08 DHCP device='media-lab-08' address='10.44.20.93' prefix='/26' gateway='10.44.20.65' scope='media-scope-b' 10:06:31 DNS query='uploads.media-training.test' answer='192.0.2.80' status='success' 10:06:33 ENDPOINT process='media-uploader.exe' destination='192.0.2.80:443/tcp' 10:06:33 FIREWALL source='10.44.20.93' source_zone='guest' destination='192.0.2.80' service='https' action='deny' 10:11:20 DESIGN vlan='220' intended_subnet='10.44.20.0/26' intended_gateway='10.44.20.1' intended_zone='student-media' 10:18:07 MONITORING similar_devices_affected='6' first_seen='after_scope_split' 10:22:14 CORRELATION finding='incorrect_DHCP_scope_or_zone_mapping' confidence='high'
Training note: this is fake data for defensive analysis practice only.
Evidence-Based Decisions
Answer the Investigation Questions in Order
Is local connectivity working?
Interface, switch, and expected VLAN evidence are healthy.
Did the device receive an address?
10.44.20.93/26 belongs to 10.44.20.64/26 rather than the expected first /26.
Does DNS work?
The approved service name resolves successfully.
Is the required service permitted?
The firewall applies the guest-zone policy and denies HTTPS.
Is the firewall necessarily wrong?
The rule may be correct for guest traffic; the stronger mismatch is the source classification.
Highest-confidence finding
Address, gateway, zone, design, timing, and change evidence support the same explanation.
Analyze the Evidence
Which Final Finding Is Best Supported?
What is the strongest final conclusion and next action?
Defensive Reporting
Structure the Final Report
Finding
State the technical issue in one evidence-based sentence.
Evidence
List the exact fictional records and timestamps supporting the finding.
Impact
Explain affected users, systems, services, and approved workflows.
Confidence
Use high, medium, or low confidence and explain why.
Missing evidence
Identify unanswered questions, unavailable logs, or validation gaps.
Recommended action
Name the narrowest authorized correction or escalation step.
Owner
Identify the team or role responsible for approval and implementation.
Validation and rollback
Define success criteria, monitoring, and how to reverse the change.
Common Mistakes
Mistakes That Weaken a Full Investigation
Integrated Safe Lab
Complete the Harborview Network Defense Case
Your role
Authorized Junior Network Defender
Analyze the supplied fake evidence, write conclusions, and recommend actions. Do not alter any real or fictional production system directly.
Required deliverables
- One-page incident summary.
- Evidence table with source, timestamp, value, and limitation.
- Layered network path from device to application.
- Address and subnet analysis.
- DNS, DHCP, service, and firewall correlation.
- Confidence statement and missing-evidence list.
- Authorized correction, validation, rollback, and monitoring plan.
Scenario Decision Lab
The Team Wants to Disable the Firewall Rule
A fictional team member argues that the firewall denial is the cause and suggests disabling the rule before reviewing the DHCP scope, zone mapping, or approved design.
Scenario Decision Lab
One Device Remains in the Wrong Scope
After an authorized correction, most fictional devices receive the expected first-/26 addresses and upload successfully. One device remains in the second /26 range.
Defender Habits
Integrated Network Defense Analysis Checklist
Check Your Understanding
I1.8 Mini Quiz: Network Defense Analysis Lab
Choose your answers first. Explanations appear only after submission.
1. Which finding is best supported by the evidence?
2. Why preserve the original evidence before correction?
3. What does the successful DNS response prove?
4. What is the safest correction approach?
5. Why state confidence in a report?
6. Which source best confirms address assignment during the event window?
7. What should happen after the approved correction?
Portfolio Prompt
Portfolio Prompt
Create a complete fictional Network Defense Investigation Report for the Harborview Media Lab case. Include executive summary, scope, architecture diagram, evidence inventory, timeline, subnet analysis, DNS and DHCP findings, firewall and segmentation analysis, root-cause statement, confidence, impact, missing evidence, recommended correction, validation, rollback, monitoring, ownership, communication, and lessons learned.
Key Takeaways
What You Should Remember
Navigation