Page cover

Advance Dynamic Analysis Tool

  • Dynamic Analysis Frameworks:

    • Cuckoo Sandbox: An open-source automated malware analysis system that provides comprehensive reports on the behavior of malware samples in a controlled environment.

    • Any.run: A cloud-based malware analysis service that offers interactive analysis with a focus on dynamic behavior.

  • Advanced Debuggers:

    • x64dbg: An open-source debugger for Windows, providing advanced features for analyzing both 32-bit and 64-bit binaries.

    • WinDbg: A powerful debugger from Microsoft for analyzing both user-mode and kernel-mode code, offering extensive debugging capabilities.

  • Behavioral Analysis Tools:

    • ProcDot: A tool for correlating process behavior with network activity to provide detailed insights into what a process is doing.

    • Sysinternals Suite: Includes tools like Process Monitor (ProcMon) and Process Explorer, which provide detailed insights into system activity and process behavior.

  • Network Analysis Tools:

    • Suricata: A high-performance Network IDS, IPS, and Network Security Monitoring (NSM) engine that can capture and analyze network traffic in real-time.

    • Zeek (formerly Bro): A powerful network analysis framework that can monitor network traffic and provide detailed logs of network activities.

Last updated