The architecture is decentralized to handle large-scale analysis (e.g., datasets of over 20,000 samples) by distributing malware across multiple virtual machines.
This write-up covers the Dynamic Binary Instrumentation (DBI) tool, specifically focusing on its function in extracting authentic malware behavior. Peekaboo (version 1.3.7.0 online and similar builds) is designed to instrument and analyze evasive malware samples to defeat anti-analysis techniques. Overview of Peekaboo DBI download-peekaboo-v1-3-7-0-online
It is noted for its ability to capture executed Assembly (ASM) instructions, record network traffic, and measure start/completion rates for malware samples. System Architecture and Operation datasets of over 20
The tool monitors malware at multiple levels, including instructions, APIs, and system calls. record network traffic
Peekaboo is used to generate labeled datasets for AI and machine learning training in cybersecurity.