Releases: zcyberseclab/vmm
Releases · zcyberseclab/vmm
Release list
🛡️ VMM Sandbox v1.0.1
🛡️ VMM Sandbox Analysis System v1.0.1
📦 Downloads
Windows
- vmm-sandbox-windows-v1.0.1.exe - Windows executable (x64)
Linux
- vmm-sandbox-linux-v1.0.1 - Linux executable (x64)
🚀 Quick Start
- Download the appropriate executable for your platform
- Copy
config.yaml.exampletoconfig.yaml - Configure your sandbox settings in
config.yaml - Run the executable
- Access the web interface at http://localhost:8000
🔧 Features
- 🛡️ Advanced malware sandbox analysis
- 🔍 Multi-engine threat detection
- 📊 Behavioral analysis with Sysmon integration
- ⚡ Parallel processing capabilities
- 🌐 RESTful API interface
- 📈 Real-time monitoring and reporting
📋 System Requirements
Windows
- Windows 10/11 (x64)
- 16GB+ RAM recommended
- Virtualization platform (VirtualBox, Hyper-V)
Linux
- Linux x86_64 (Ubuntu 20.04+, CentOS 8+)
- 16GB+ RAM recommended
- Virtualization support (KVM, VirtualBox)
🆘 Support
- 📖 Documentation: README.md
- 🐛 Issues: GitHub Issues
- 💬 Discussions: GitHub Discussions
Full Changelog: https://github.com/zcyberseclab/vmm-sandbox/compare/v1.0.0...v1.0.1
Release v1.0.0
VirtualBox EDR Malware Analysis System 1.0.0
🚀 Features
- Multi-EDR malware analysis platform
- Parallel processing with Sysmon behavioral analysis
- Support for Windows Defender, McAfee, Kaspersky, Avira, and Trend Micro
- RESTful API interface
- Real-time performance monitoring
📦 Downloads
- Source Code (tar.gz):
vmm-1.0.0.tar.gz - Source Code (zip):
vmm-1.0.0.zip
📋 System Requirements
- Windows 10/11 (Recommended)
- Oracle VirtualBox 7.0+
- Python 3.11+
- At least 16GB RAM
- 100GB+ available disk space
🔧 Quick Start
# Download and extract
wget https://github.com/zcyberseclab/vmm/archive/v1.0.0.tar.gz
tar -xzf v1.0.0.tar.gz
cd vmm-1.0.0
# Install dependencies
pip install -r requirements.txt
# Configure and start
cp config.yaml.example config.yaml
# Edit config.yaml with your settings
python main.pyInitial Release
- Initial release of VirtualBox EDR Malware Analysis System
📚 Documentation
For detailed installation and configuration instructions, please see the README.md.
🐛 Bug Reports
If you encounter any issues, please report them in the Issues section.