
The first malware sample I analyzed taught me one thing
I had all the tools installed.
Ghidra. x64dbg. PEStudio. Wireshark.
I thought I was ready.
Then I opened a sample and spent the next hour staring at assembly wondering what the hell I was supposed to be looking for.
That was the part nobody really explained to me.
Installing the tools is easy. Knowing what to look for, what to record, and how to connect the evidence is the difficult part.
I started putting together my own notes and eventually turned them into two practical guides:
Malware Analysis for Beginners Vol 1
https://resources.codelivly.com/product/malware-analysis-for-beginners/
Practical Malware Analysis Guide Vol 2
https://resources.codelivly.com/product/practical-malware-analysis-guide/
They're built around actually working through malware analysis rather than just throwing a list of tools at you.
If you're learning malware analysis right now, what part gave you the most trouble?
For me, it was looking at a sample and not knowing where to start.