Malware+analysis+video+tutorial+for+beginners | ((free))

Here’s an interesting, beginner-friendly report on what makes a great malware analysis video tutorial for someone just starting out — and how to avoid common pitfalls.

  1. 13Cubed: The gold standard for technical depth. His "Investigating Windows with PowerShell" is actually a secret malware analysis course.
  2. John Hammond: Fantastic for beginners. He explains why he clicks every single button. His capture-the-flag (CTF) style analysis is very engaging.
  3. Dr. Josh Stroschein (The PC Security Channel): Excellent for showing real-world samples versus academic ones.
  4. Colin Hardy: Focuses on ransomware analysis. If you want to see how to stop encryption, watch him.

Never analyze malware on your main machine. You must use an isolated Virtual Machine (VM) malware+analysis+video+tutorial+for+beginners

  • What are "Strings"? Finding hardcoded URLs, IP addresses, and error messages.
  • What is Packing? (Malware compression/encryption to hide code).
  • Detecting packers (UPX, etc.).

Here's a video tutorial that covers the basics of malware analysis: 13Cubed: The gold standard for technical depth

Hands-on Exercises