Network Traffic Basics Writeup

Date: 16-10-2025 | Platform: TryHackMe | Difficulty: Easy

Overview

This room teaches the basics of Network Traffic Analysis, covering fundamental concepts of traffic inspection, protocol analysis, and security techniques.

Task 1: Getting Started

What is the name of the technique used to smuggle C2 commands via DNS?

Answer: DNS *********

Task 2: Traffic Investigation

2.1 Look at the HTTP example in the task and answer the following question: What is the size of the ZIP attachment included in the HTTP response?

Answer: 104***** *****

2.2 Which attack do attackers use to try to evade an IDS?

Answer: Fra**********

2.3 What field in the TCP header can we use to detect session hijacking?

Answer: Seq***** ******

Task 3: Network Protocol Analysis

3.1 Which category of devices generates the most traffic in a network?

Answer: End***** *******

3.2 Before an SMB session can be established, which service needs to be contacted first for authentication?

Answer: Ker*****

3.3 What does TLS stand for?

Answer: Tra****** ***** ********

Task 4: Packet Analysis Challenges

4.1 What is the flag found in the HTTP traffic in scenario 1?

Answer: THM{***************}

4.2 What is the flag found in the DNS traffic in scenario 2?

Answer: THM{**************}

Lessons Learned