Pricing overview
CAPEsandbox, a fork of Cuckoo Sandbox, operates under an open-source model, meaning there are no direct licensing fees to acquire or use the software itself. The primary financial considerations for organizations adopting CAPEsandbox revolve around the operational expenses associated with infrastructure, maintenance, and personnel. These costs are variable and depend on the scale of deployment, the volume of samples processed, and the specific cloud or on-premises environment chosen for hosting.
Organizations wishing to deploy CAPEsandbox must account for the costs of virtual machines (VMs) to run the sandbox analysis, storage for samples and analysis results, and networking resources. Additional expenses can arise from integrating CAPEsandbox with existing security tools, developing custom analysis modules, or contracting specialized talent for deployment and ongoing support. Unlike commercial SaaS offerings that bundle infrastructure and support into a subscription, CAPEsandbox users manage these components independently. For detailed technical requirements, refer to the official CAPEsandbox API usage documentation.
Plans and tiers
CAPEsandbox does not offer predefined commercial plans or tiered subscriptions directly from the project maintainers, as it is distributed as open-source software. The concept of 'plans and tiers' applies more to the self-managed infrastructure choices made by an organization. Users effectively create their own 'plan' by selecting their hardware or cloud provider, specifying the number and type of analysis VMs, and determining their storage and network bandwidth needs. This flexibility allows for highly customized deployments but also places responsibility for resource allocation and cost optimization on the user.
While the core software is free, commercial entities may offer services built around CAPEsandbox. These could include:
- Managed CAPEsandbox deployments: Third-party providers might offer hosted CAPEsandbox instances, bundling infrastructure, maintenance, and support into a service fee.
- Custom integration and development: Consultants or specialized firms may offer services to integrate CAPEsandbox into existing security workflows, develop custom signatures, or create bespoke reporting tools.
- Support contracts: Some organizations might provide commercial support agreements for CAPEsandbox, offering guaranteed response times and expert assistance, similar to how many open-source projects have commercial backing.
These commercial offerings would have their own pricing structures, which vary widely by vendor and scope of services. Information on such third-party services would typically be found through individual providers rather than the CAPEsandbox project page itself.
Here's a conceptual table illustrating how different self-managed 'tiers' might look, based purely on infrastructure scale:
| Plan Type (Self-Managed) | Example Infrastructure | Key Limits / Considerations | Best For |
|---|---|---|---|
| Basic Research Lab | 1-2 dedicated VMs (e.g., AWS EC2 t3.medium), 500GB storage | Low concurrent analyses, limited daily sample volume | Individual researchers, small academic projects, learning and development |
| Small Security Team | 5-10 dedicated VMs (e.g., Azure D4s v3), 2TB storage, dedicated network | Moderate concurrent analyses, several hundred samples/day | Small to medium-sized enterprises, internal threat intelligence, incident response teams |
| Enterprise/Large IR | 20+ dedicated VMs (e.g., Google Cloud n2-standard-8), 10TB+ storage, high-throughput network | High concurrent analyses, thousands of samples/day, extensive historical data | Large enterprises, MSSPs, government agencies with significant threat analysis needs |
Free tier and limits
CAPEsandbox's fundamental 'free tier' is the core software itself, which is open-source and freely available for download and use under its specified license. This means that functionality, features, and API access are not gated behind paywalls or usage limits imposed by the project maintainers. Users receive the full capabilities of the platform, including dynamic malware analysis, extensive reporting, and customizable sandbox environments, without direct monetary cost for the software license.
However, the concept of 'limits' shifts from software-imposed restrictions to infrastructure-imposed constraints. The effective limits on a CAPEsandbox deployment are determined by the computing resources allocated by the user. These include:
- Number of concurrent analyses: Limited by the number of analysis VMs provisioned. Each VM can typically run one analysis at a time.
- Storage capacity: Dictates how many samples and analysis reports can be retained over time. Larger deployments require more storage for historical data and larger initial sample sets.
- Processing speed: Influenced by CPU and RAM assigned to the host and analysis VMs, affecting how quickly samples can be processed.
- Network bandwidth: Critical for downloading samples, fetching additional malware stages during analysis, and uploading results.
- Operational overhead: The time and expertise required to set up, maintain, and update the system, which represents an indirect cost.
There are no API call limits or feature restrictions within the open-source version of CAPEsandbox. The API itself is part of the core project, allowing full programmatic control over sample submission, task management, and result retrieval, as documented in the CAPEsandbox API reference. Users configure their own rate limits and access controls on their self-hosted API endpoints.
Real-world cost examples
Estimating real-world costs for CAPEsandbox involves calculating the expenses for the underlying infrastructure and operational effort. These examples use typical cloud provider pricing (e.g., AWS, Azure, Google Cloud) as a baseline, assuming a self-hosted deployment. Prices are illustrative and subject to change based on region, negotiated rates, and specific configurations.
Small-Scale Deployment (Individual Researcher / Small Lab)
- Purpose: Occasional malware analysis, research, learning.
- Infrastructure:
- 1 Host VM (e.g., AWS EC2 t3.large): ~$55/month
- 2 Analysis VMs (e.g., AWS EC2 t3.medium, on-demand, run ~8 hours/day): ~$60/month (2 VMs x $0.0416/hr x 8 hrs/day x 30 days)
- Storage (500 GB EBS GP2): ~$50/month
- Network Egress (100 GB): ~$9/month
- Total Estimated Infrastructure Cost: ~$174 per month
- Operational Overhead: ~4-8 hours/week for setup, maintenance, updates (e.g., $50/hour internal cost) = ~$800 - $1600/month
- Total Estimated Monthly Cost: ~$974 - $1774
- Key Considerations: Minimal concurrency, manual management, suitable for light usage.
Medium-Scale Deployment (Security Team / SMB)
- Purpose: Regular analysis of suspicious files, incident response support, threat intelligence enrichment.
- Infrastructure:
- 1 Host VM (e.g., Azure D8s v3): ~$200/month
- 5 Analysis VMs (e.g., Azure D4s v3, on-demand, run ~12 hours/day): ~$720/month (5 VMs x $0.16/hr x 12 hrs/day x 30 days)
- Storage (2 TB Azure Managed Disks P15): ~$100/month
- Network Egress (500 GB): ~$45/month
- Total Estimated Infrastructure Cost: ~$1065 per month
- Operational Overhead: ~10-20 hours/week for management, automation, custom module development (e.g., $75/hour internal cost) = ~$3000 - $6000/month
- Total Estimated Monthly Cost: ~$4065 - $7065
- Key Considerations: Higher concurrency, requires more automation, potential for dedicated IT/security staff involvement.
Large-Scale Deployment (Enterprise / MSSP)
- Purpose: High-volume automated analysis, advanced persistent threat (APT) detection, integration with SIEM/SOAR.
- Infrastructure:
- 2 Redundant Host VMs (e.g., Google Cloud n2-standard-8): ~$600/month
- 20 Analysis VMs (e.g., Google Cloud n2-standard-4, on-demand, run ~16 hours/day): ~$4800/month (20 VMs x $0.16/hr x 16 hrs/day x 30 days)
- Storage (10 TB Google Cloud Persistent Disk SSD): ~$170/month
- Network Egress (2 TB): ~$180/month
- Load Balancer, VPN, monitoring tools: ~$150/month
- Total Estimated Infrastructure Cost: ~$5900 per month
- Operational Overhead: ~40+ hours/week for dedicated staff, advanced automation, continuous threat intel updates (e.g., $100/hour internal cost) = ~$16000+/month
- Total Estimated Monthly Cost: ~$21900+
- Key Considerations: Significant capital and operational investment, requires dedicated security engineering team, high-availability and disaster recovery planning. Organizations often use reserved instances or committed use discounts for substantial savings on VM costs, which can reduce these figures by 30-60% depending on commitment terms, as described in Google Cloud Compute Engine pricing documentation.
How the pricing compares
When comparing CAPEsandbox's pricing model to alternatives, the key differentiator is its open-source nature. This contrasts sharply with commercial sandbox solutions that typically offer subscription or pay-per-analysis models.
CAPEsandbox vs. Cuckoo Sandbox
CAPEsandbox is a fork of Cuckoo Sandbox, sharing the same fundamental open-source, self-hosted pricing model. Both projects are free to use, and costs are primarily driven by infrastructure and operational expenses. CAPEsandbox often includes more out-of-the-box analysis modules and features focused on advanced persistent threats (APTs) and evasive malware, potentially reducing the need for custom development compared to a barebones Cuckoo deployment. The choice between them often comes down to specific feature sets, community support, and personal preference for ongoing development.
CAPEsandbox vs. Any.Run
Any.Run is a commercial online interactive malware analysis service. Its pricing model is subscription-based, offering various tiers from free (with limited features and public analysis results) to paid plans that provide private analyses, more features, and higher limits. Users pay a recurring fee, which includes infrastructure, maintenance, and updates. This eliminates the operational overhead of self-hosting but introduces a direct recurring cost per user or per analysis bundle. While Any.Run offers convenience, CAPEsandbox provides full control over the analysis environment and data, which is critical for highly sensitive or proprietary malware samples.
CAPEsandbox vs. VirusTotal
VirusTotal is primarily a free service for analyzing suspicious files and URLs, aggregating results from numerous antivirus engines and analysis tools. While it offers some sandbox-like dynamic analysis, its core value is breadth of detection and community intelligence, not deep, customizable sandbox analysis. VirusTotal also has a commercial API for enterprises requiring higher query volumes and advanced features. CAPEsandbox, by contrast, is a dedicated, private sandbox environment for detailed, controlled execution and observation of malware, offering a level of depth and customization not typically found in VirusTotal's public offering. The pricing comparison is less direct, as they serve different primary functions, though both contribute to threat intelligence.
In summary, CAPEsandbox is advantageous for organizations with the technical expertise and resources to manage their own infrastructure, offering maximum control and customization at the cost of direct operational investment. Commercial alternatives provide managed services and convenience, trading off some control for a predictable subscription expenditure.