TryHackMe: Cyber Defense Learning Path P1D1

01 May, 2021

One of the reasons I like TryHackMe so much, and maybe the main reason, is the Learning Paths it offers. Right now, there are 5 learning paths with different number of rooms, each one. Cyber Defense is the one with the most rooms, 38, and it claims that 48 hours are needed to be completed. A lot of knowledge waits in there to be acquired so… lets start with the first part.

Cyber Defense Introduction

The first part includes basic stuff about networking and the Windows OS, splitted into 6 rooms. According to it's description, we will "Learn the basics of networking, host-based systems, and active directory. These rooms will give you the foundational knowledge needed to grasp more advanced concepts". Now, for a student of informatics, especially for one that follows a networking academic flow, the networking rooms can be fullfiled in minutes. But, for someone that gets she's/he's first impression of networking, it's a really good introduction.

Introductory Networking

Task 2
This task is about the OSI model, the most basic way that data gets partitioned and travels in telecommunications systems. After reading the information for each layer of the model, we will be able to answer the following questions.
Task 3

In this task we observe the encapsulation progress of data in the OSI model. What happens here is that, from top to bottom, each layer adds a matching header containing information and enhancing security. The complete packet will be transmmited and, when received, de-encapsulated to what the actual payload is.
Task 4

Networking family time! We get to meet with OSI's predecessor, the TCP/IP model. They maybe look pretty similar, but notice the differences at their highest and lower levels.
Task 5

We are about to get our hands dirty with one of the most, or probably THE most, used tools of the networking world. Ping!
Task 6

Another very usefull and popular networking tool. With traceroute one can observe the "path" a request follows.
Task 7

Can you ask "Who is Facebook?". Well, in a terminal strange things can happen!
Task 8

One more interesting tool. We have some reading to do here but, believe me, information gathering is one of the most valuable skills in this field.

Congrats, we just finished the first room! A lot of reading and some practice to build a strong knowledge base on networking.