Capture versus display
Display filters change the view, not the stored evidence.They help a reviewer focus on relevant packets. They are not a network control and do not modify packet contents.
LAB-NET-201 · Network analysis
A packet timeline is evidence, not a story by itself. Learn how to find the DNS question, TCP conversation and normal close in a compact synthetic trace - then write what the trace does and does not show.
Estimated time: 60 minutes · Stored synthetic trace · No live capture, scanning or target interaction
Lab summary
The trace below is fictional and stored as text. This lab does not provide a PCAP, touch a network interface, send a packet, scan a host or authorise any traffic interception. Use packet-analysis tools only with documented authority and privacy controls.
Module 1
Good packet review begins before a filter is typed. You should know who authorised the collection, what systems/time period are in scope, and the question you are trying to answer.
Capture versus display
Display filters change the view, not the stored evidence.They help a reviewer focus on relevant packets. They are not a network control and do not modify packet contents.
Observation versus conclusion
A connection is not an attribution.Packet data can support a factual observation such as “a client attempted a TLS session at this time.” It does not establish intent alone.
Corroboration
Ask an authorised owner for related logs.Endpoint, proxy, asset and change records may explain a session. Do not turn a browser workbook into a live investigation.
Module 2
This fictional sequence starts with a name lookup and shows a normal TCP setup, an encrypted-session start and a close. The values are documentation-only training data.
Synthetic packet summary
| No. | Time | Source | Destination | Protocol | Info |
|---|---|---|---|---|---|
| 14 | 10:03:14.112 | 10.20.8.74 | 10.20.8.53 | DNS | Standard query A telemetry.training.example |
| 15 | 10:03:14.126 | 10.20.8.53 | 10.20.8.74 | DNS | Response A 198.51.100.44 |
| 16 | 10:03:14.133 | 10.20.8.74:51142 | 198.51.100.44:443 | TCP | SYN |
| 17 | 10:03:14.151 | 198.51.100.44:443 | 10.20.8.74:51142 | TCP | SYN, ACK |
| 18 | 10:03:14.152 | 10.20.8.74:51142 | 198.51.100.44:443 | TCP | ACK |
| 19 | 10:03:14.159 | 10.20.8.74 | 198.51.100.44 | TLS | Client Hello |
| 24 | 10:03:16.900 | 10.20.8.74:51142 | 198.51.100.44:443 | TCP | FIN, ACK |
| 25 | 10:03:16.918 | 198.51.100.44:443 | 10.20.8.74:51142 | TCP | ACK |
Module 3
The security team wants to understand the small client conversation, not to label a destination or reach it. A targeted display filter helps focus the stored evidence before an authorised owner correlates more data.
Evidence-led filter exercise
“What DNS and TCP packets belong to the fictional client 10.20.8.74 during the 10:03 window?”
A suitable display-filter concept is:
ip.addr == 10.20.8.74 and (dns or tcp.port == 443)It narrows the current view to the client and the protocols relevant to the stated question. It does not prove why the session happened or whether the destination is harmful.
Module 4
Answer all seven questions. A score of six or higher marks this browser-only lab as complete.
Evidence of learning
After completing the checkpoints and assessment, record your name for a printable personal learning record. It is not a forensic report, a verified credential or authorisation for packet capture.
Skunkworks Academy · Labs
This confirms that the learner completed the browser-only learning activities on .
Local learning record only. It does not verify identity, practical competence, packet-capture authority or an incident finding.