Skip to content

Releases: zcyberseclab/vmm

🛡️ VMM Sandbox v1.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Oct 15:00

🛡️ 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

  1. Download the appropriate executable for your platform
  2. Copy config.yaml.example to config.yaml
  3. Configure your sandbox settings in config.yaml
  4. Run the executable
  5. 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


Full Changelog: https://github.com/zcyberseclab/vmm-sandbox/compare/v1.0.0...v1.0.1

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 06:26

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.py

Initial 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.