Each phase maps to a module in this course. Scroll to see how the curriculum builds, module by module.
1How data travels
- •The layers, without memorising the OSI model — what each one adds and why you care
- •IP and MAC addresses: what each identifies and why both are needed at once
- •Ports: how a single machine serves twenty things at the same time
- •What a port number tells you about the conversation you are looking at
- •TCP and UDP: choosing between them by what the evidence looks like, not by definition
- •Two module quizzes
2The three protocols you will look at every day
- •DNS as the internet's phone book: a query, its answer, and what does not add up
- •HTTP: the request, the response, and the headers that matter in an investigation
- •TLS: what it protects, what it does not, and what stays visible even when encrypted
- •NAT and proxies: why the IP address you are looking at is not the one you think
- •Simulated lab: reading a capture, with four prepared views
- •Three module quizzes
3Reading traffic like an analyst
- •Start at the top, never at the packets — the habit that separates reading from scrolling
- •The five filters that resolve most cases: ip.addr, tcp.port, dns, http.request and tls.handshake.type == 1 for the SNI
- •Combining filters with and / or / not to cut a capture down to the question you are asking
- •Following a whole conversation — the function that solves cases most often and that beginners use least
- •Reading rhythm off the I/O graph, where a beacon gives itself away
- •Three shapes you learn to recognise at a glance: a scan, an exfiltration and a beacon
- •Final lab on a real VM, plus a network analysis report as the final assignment
- •What this course deliberately has not taught you, and where that comes next