0PricingLogin
Cyber Security Academy · Lesson

Dynamic Analysis in a Sandbox

Run malware in Any.run or Cuckoo Sandbox; observe process creation, network calls, and file writes.

What is Dynamic Analysis?

Dynamic analysis executes malware in a controlled environment to observe its actual behavior: files created, registry keys modified, network connections made, and processes spawned. It reveals what static analysis cannot.

Sandbox Architecture

A sandbox wraps the OS with monitoring hooks that intercept system calls. Behavioral logs capture every file, registry, network, and process event. Popular sandboxes: Any.run (interactive), Cuckoo (self-hosted), Joe Sandbox.

All lessons in this course

  1. Static Analysis: Strings, Hashes, and PE Headers
  2. Dynamic Analysis in a Sandbox
  3. Behavioral IOCs: Registry, Network, and File Artifacts
  4. YARA Rules for Malware Detection
← Back to Cyber Security Academy