First malware analysis — looking for sample recommendations and advice
Hey everyone, I'm a second-year cybersecurity student getting into malware analysis for the first time. I've set up a FLARE VM lab and have been going through some samples from MalwareBazaar.
I picked an AgentTesla sample as my first but it turned out to be a mislabeled Turkish game — got some interesting obfuscated strings out of it but nothing conclusively malicious.
Looking for:
What sample do you recommend for a first proper analysis? Ideally something recent, .NET based, and not too exotic so I can cross-reference public writeups after I finish mine.
Any advice on workflow or things you wish you knew on your first analysis?
Tools I have: PEStudio, DIE, dnSpy, x64dbg, ProcMon, Process Hacker, Wireshark — all on FLARE VM with host-only networking.