root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat malware-classification.md
// Blue Team & SOC

Malware Classification

21 Sep 2024 · 7 min read · user access
Overview — An entry-level room on the SOC / Blue Team path that teaches an analyst to classify malware by behaviour rather than by name. It walks through the most common malware families, famous real-world examples, and the distinction between binary and script malware, closing with a hands-on simulation where you label SOC alerts based on what each suspicious process actually does.
PlatformTryHackMe
CategoryBlue Team & SOC
DifficultyEasy
RoomMalware Classification

Task 1 — Introduction

No graded question.

The room starts from a simple idea: malware is not one single thing but a toolbox for causing harm — stealing information, wrecking systems, or flooding the screen with ads. The SOC analyst's job is to spot it, classify it, and stop it. Classification matters because a file name (say system_update.exe) tells you nothing; what reveals a sample's true nature is its behaviour.

🔒 Free account required

This is USER ACCESS content — free to unlock, no payment. The rest of the write-up (and everything else at this level) opens up once you're signed in.

Create a free account