Malware Classification Walkthrough
Room : https://tryhackme.com/room/malwareclassification#
Once upon a time in SOC land, I was handed the keys to a dashboard glowing red with alerts. My mission? Classify malware like a true cyber-detective and prove my worth. Spoiler: it was a ride full of pop-ups, encrypted chaos, and shady processes wearing fake names.
ποΈ Task 1 β Introduction#
The story began with a warmup. Malware isnβt just evil software; itβs like a toolbox for chaos: stealing secrets, wrecking systems, or popping ads in your face.
The SOC analystβs role? Spot it, name it, stop it. Simple enoughβ¦ until you see βsystem_update.exeβ doing creepy things.
Answer: No answer needed β
π§© Task 2 β Malware Types#
I was introduced to the βvillains galleryβ β each malware type with its own evil personality:
- Adware: the annoying cousin who spams pop-ups.
- Spyware: the stalker hiding behind the curtains.
- Ransomware: the extortionist with a padlock.
- Wiper: the psycho who deletes everything.
- C2/RAT: the puppet master.
- Data Stealer: the kleptomaniac.
- Keylogger: the nosy typist watcher.
- Cryptominer: the electricity thief.
Q&A:
- High CPU, system slow β
cryptominerβ - Files locked + ransom note β
ransomwareβ - Browser spams pop-ups β
adwareβ - Leaked internal documents β
data stealerβ
π Task 3 β Real-World Examples#
This was where the villains got famous names:
- Pegasus β the spyware spy of governments.
- Akira β ransomware with a double-extortion hobby.
- Shamoon β wiper that nuked oil company networks.
- Agent Tesla β the sneaky infostealer.
- RedLine Stealer β keylogger + data thief hybrid.
- QakBot β the RAT that just wonβt die.
Q&A:
- Logs keystrokes + screenshots β
Agent Teslaβ - Zero-click spyware on phones β
Pegasusβ - Ransomware stealing + leaking β
Akiraβ - Nuked Saudi Aramco β
Shamoonβ
π» Task 4 β Binary vs Script Malware#
Here came the hackerβs toolkit showdown:
- Binary Malware: solid, heavy, compiled executables (.exe, .bat, etc.) β hard to change but easier to fingerprint.
- Script Malware: sneaky, lightweight, written in scripting languages β flexible and easily obfuscated.
We even saw a LummaStealer example dropping payloads straight into memory, avoiding disk like a ninja.
Q&A:
- Script malwareβs favorite downloader β
PowerShellβ - Another Windows executable extension β
.batβ - Leaves byte patterns for AV detection β
Binariesβ
π΅οΈ Task 5 β Practical SOC Analyst Roleplay#
Now it got cinematic: I sat in the SOC, alerts pouring in. One by one, I classified them:
ads_service.exewith pop-ups β Adwaresystem_update.exestealing clipboard/email data β Spyware- Mass
.encryptedfiles + ransom note β Ransomware disk_cleaner.exenuking backups β Wipersvchost32.exebeaconing to C2 β Trojan (RAT)docu_manager.exestealing sensitive files β Data Stealer- DLL injection in
winlogon.execapturing keys β Keylogger svcupdate.exehogging CPU for mining β Cryptominer
Flag:THM{Malwar3_****************} β
π― Task 6 β Conclusion#
Mission complete. After 45 minutes of digital detective work, I walked away knowing:
- Malware has many faces, from noisy adware to destructive wipers.
- Binaries leave fingerprints, scripts morph like shapeshifters.
- SOC analysts survive by classifying fast and acting smart.
Answer: No answer needed β
π Final Thoughts#
This room was like joining CSI: Cyber, but with fewer neon lights and more packet captures. If you want to sharpen your instincts as a SOC analyst, this oneβs a must-try.
Adapted from Jery0843/TryHackMe under MIT.