We utilize artificial intelligence for site translations, and while we strive for accuracy, they may not always be 100% precise. Your understanding is appreciated.

MetaDefender Sandbox

AI-driven analysis that quickly detects even the most evasive malware. With multi-layered, lightning-fast detection and adaptive threat analysis, it provides the deep insights needed to protect critical assets from zero-day attacks.

Next-Gen Approach

Close the gap between static analysis and full-blown VM-based sandboxing systems. Scan thousands of files for malware quickly and simultaneously to defeat every layer of obfuscation and identify valuable IOCs– all with low resource requirements, easy maintenance, and high efficacy.

Adaptive Threat Analysis

Leverage deep static analysis, threat intel, and emulation to stop sophisticated malware.

In-Depth Reporting

Detailed threat reports with actionable IOCs.

Threat Hunting

Built-in search capabilities for advanced hunting.

Flexible Deployment

Works in cloud-native, on-prem, or hybrid environments.

Speed and Accuracy Across the Entire Malware Analysis Pipeline

Add the layers of adaptive threat analysis into your malware analysis pipelines, to enhance your security posture and respond more effectively to evolving threats.

Threat Intelligence

Threat Intelligence

  • Reputation Checks
  • Milliseconds
  • Quickly cross-checks input data against known bad hashes and whitelists.

Deep Static Analysis

Deep Static Analysis

  • Static Fast-Pass
  • Up to a few seconds
  • Conducts initial static analysis in less than a second, bypassing common obfuscation techniques.

Dynamic Fast-Pass

Dynamic Fast-Pass

  • 10 seconds on Average 
  • Uses emulation within a lightweight virtualization layer for fast, adaptive threat detection.
  • Threat Intelligence

    • Reputation Checks
    • Milliseconds
    • Quickly cross-checks input data against known bad hashes and whitelists.
  • Deep Static Analysis

    • Static Fast-Pass
    • Up to a few seconds
    • Conducts initial static analysis in less than a second, bypassing common obfuscation techniques.
  • Dynamic Fast-Pass

    • 10 seconds on Average 
    • Uses emulation within a lightweight virtualization layer for fast, adaptive threat detection.

MetaDefender Sandbox Engine

The following table outlines MetaDefender Sandbox engine feature set. Please contact us to book a technical presentation and get a run-through of all platform features and capabilities.

Comprehensive Sandbox Reporting

Overview of our cybersecurity software's capabilities, including sample analysis, malware family decoding, disassembly unpacking, similarity search, and more.

Metadefender Sandbox
MetaDefender Sandbox

Synthetic (Fabricated) Sample

This sample stands as a purpose-built example to highlight the diverse capabilities of MetaDefender Sandbox (previously known as OPSWAT Filescan Sandbox).

Crafted to show-off real-world cyber threats, embedding multiple files and file-types into each other. This effectively demonstrates our solution's prowess in adaptive threat analysis, behavioral analysis, and advanced security measures.

Metadefender Sandbox
MetaDefender Sandbox

Geofencing

Malware documents employing geofencing have become a significant threat to cybersecurity. These malicious files often employ location-based triggers, making detection and mitigation a challenging task. However, Adaptive Threat Analysis stands out from traditional approaches by offering the capability to accurately emulate and falsify the expected geolocation values, effectively neutralizing the tactics employed by malware, thus enhancing our ability to protect against such threats.

In the sample provided below, we can observe a geofencing malware attempting to execute exclusively within a specific country. However, our innovative solution successfully bypasses this restriction, as previously mentioned, by emulating the desired geolocation values, demonstrating our superior capability in countering such geofencing-based threats.

Metadefender Sandbox
MetaDefender Sandbox

Phishing Detection

By rendering suspicious websites and subjecting them to our advanced machine learning engine we're capable of identifying nearly 300 brands. In the example provided below, you can witness a Russian website masquerading as a computer gaming company known as Steam. Our solution excels in comparing the site's content to the genuine URL, swiftly identifying such fraudulent attempts to safeguard your digital assets and personal information.

Metadefender Sandbox
MetaDefender Sandbox

Offline URL Reputation

The offline URL detector ML model provides a new layer of defense by effectively detecting suspicious URLs, offering a robust means to identify and mitigate threats posed by malicious links. It leverages a dataset containing hundreds of thousands of URLs, meticulously labeled as either no threat or malicious by reputable vendors, to assess the feasibility of accurately detecting suspicious URLs through machine learning techniques.

It is important to note that this feature is particularly useful in air-gapped environments where online reputation lookups are not available.

Metadefender Sandbox
MetaDefender Sandbox

Malware Config Extraction of a Packed Sample

The sample below reveals a malware that was packed using the UPX packing technique. Despite its attempt to evade detection and defenses, our analysis successfully unpacked the payload, exposing its true identity as a Dridex Trojan. We were able to uncover the malware configuration, shedding light on the malicious intent behind this threat, extracting valuable IOCs.

Metadefender Sandbox
MetaDefender Sandbox

Similarity Search

Employing Similarity Search functionality, sandbox has detected a file remarkably resembling a known malware. Notably, this file had been previously marked as non-malicious, revealing the potential for false negatives in our security assessments. This discovery empowers us to specifically target and rectify these overlooked threats.

It is important to highlight that Similarity Search is highly valuable for threat research and hunting, as it can help uncover samples from the same malware family or campaign, providing additional IOCs or relevant information about specific threat activities.

Metadefender Sandbox
MetaDefender Sandbox

Native Executable

Our disassembling engine revealed intriguing findings within the target sample. Surprisingly, this sample monitors the system time using the uncommon <rdtsc> instruction and accesses an internal, undocumented structure in Windows, commonly used for different malicious tricks. These unusual actions raise questions about its purpose and underscore the need for further investigation to assess potential risks to the system.

Metadefender Sandbox
MetaDefender Sandbox

.NET Executable

The sample under examination was built using .NET framework. While we refrain from displaying the actual CIL, our decompilation process extracts and presents noteworthy information, including strings, registry artifacts, and API calls.

Besides that, we parse the .NET metadata to identify .NET-specific functions and resources. This process allows to extract detailed information about the assembly, such as methods, classes, and embedded resources, which is critical for analyzing the behavior and structure of .NET applications.

Metadefender Sandbox
MetaDefender Sandbox

Shellcode Emulation

Many application exploits bring their final payload in raw binary format (shellcode), which might be an obstacle when parsing the payload. With our shellcode emulation we are able to discover and analyse the behaviour of the final payload, in this example for a widely leveraged Office vulnerability in the equation editor. Hence opening the door to gathering the relevant IOCs.

Metadefender Sandbox
MetaDefender Sandbox

Highly Obfuscated VBA Macro

Obfuscated VBA macros present a significant challenge to deliver a reasonable response time of active threats. This unclear code makes the analysis and understanding of threats a high complex task that demands a lot of time and efforts. Our cutting-edge VBA emulation technology is able to overcome these challenges and provides a comprehensive analysis of obfuscated VBA macro together with clear insights into its functionality in seconds.

The analyzed sample is an Excel document with highly obfuscated VBA code that drops and runs a .NET DLL file, together with a LNK file in charge of continuing the malware execution chain. After VBA emulation, MetaDefender Sandbox identifies launched processes and the main deobfuscating function, automatically extracts obfuscated strings and saves dropped files (previously hardcoded and encrypted in the VBA code). This rapidly show the main purpose of the malware and give us the possibility of a further analysis of this threat.

Metadefender Sandbox
MetaDefender Sandbox

Sandbox Evasion via Task Scheduler

Using Windows Task Scheduler to execute malicious payloads at a later time is a stealthy technique to evade sandbox environments seen in recent threats. It exploits the delay in execution to effectively bypass the short analysis window typical of sandboxes.

The following sample is an obfuscated VBScript that downloads the malicious payload and creates a scheduled task to run it 67 minutes later. Traditional sandboxes maintain the execution for only a few minutes and the malicious behavior would be never exposed. In the other hand, our VBScript emulator is able to detect and overcomes this evasion technique (T1497), adapting the execution environment to continue with further analysis, and getting the full report in 12 seconds.

Metadefender Sandbox
MetaDefender Sandbox

.NET Reflection

NET Reflection is a powerful feature provided by the .NET framework that allows programs to inspect and manipulate a .NET file structure and behavior at runtime. It enables the examination of assemblies, modules, and types, as well as the ability to dynamically create instances of types, invoke methods, and access fields and properties.

Malware can use reflection to dynamically load and execute code from assemblies that are not referenced at compile time, allowing to fetch additional payloads from remote servers (or hidden in the current file) and execute them without writing them to disk, reducing the risk of detection.

In this case, we can see how the analysed VBScript loads and runs a .NET assembly into memory directly from bytes stored in a Windows register.

Metadefender Sandbox
MetaDefender Sandbox

XOR Decrypting Payload Stored in PE Resource

This feature enables to reveal hidden artifacts encrypted within PE resources. Malicious artifacts are often encrypted to evade detection and obscure the true intent of the sample. Uncovering these artifacts is essential, as they typically contain critical data (as C2 information) or payloads. By extracting them, the sandbox can deliver a deeper scan, with higher chance of identifying the most valuable IOCs.

This sample stores that encrypted artifacts using the XOR algorithm, simple but efficient to evade detection. By analyzing patterns in the encrypted data, the encryption key can be guessed, allowing to decrypt the hidden.

MetaDefender Sandbox Integrations

ImplementationAppliance
IntegrationAPI & Web Interface Integration​
  • REST API (OpenAPI documented)
  • File and URL submissions via GUI
  • Threat hunting and reputation lookups
Email Integrations & Format Support​​
  • Automatic data ingestion (IMAP)
  • MBOX, MSG file support
Security Orchestration, Automation, and Response (SOAR) Integrations​​​
  • Palo Alto Cortex XSOAR
  • Splunk SOAR
  • AssemblyLine 4
SIEM Integrations​​​​ Common Event Format (CEF) Syslog Feedback
DeploymentOPSWAT Threat Detection & Prevention Platform
  • MetaDefender Core
  • MetaDefender Cloud
  • MetaDefender ICAP Server
  • MetaDefender Storage Security
  • MetaDefender Kiosk
  • Metascan
Report Format/ Data ExportReport Formats
  • MISP
  • STIX 2.1
  • HTML, PDF, JSON
Scripting & Automation ToolsPython
  • Python CLI
  • Pip package management

Adaptive Threat Analysis in MetaDefender Core

Adaptive Sandbox dynamically detects complex and evasive malware threats. It’s integrated directly into MetaDefender Core for enhanced orchestration and rapid detection in larger security workflows.

MetaDefender Core
Screenshot of MetaDefender Core, displaying file scan details, sandbox threat detection, and options for deeper content reconstruction
Detailed view of adaptive sandbox scan, highlighting malicious indicators and their severity

Detonator - The Endless Quest for the Perfect Sandbox

The Story Behind OPSWAT’s Leading Malware Analysis Solution

Detonator - The Endless Quest for the Perfect Sandbox

The Story Behind OPSWAT’s Leading Malware Analysis Solution

Filescan.io Community

Uncover hidden threats with insightful malware analysis powered by OPSWAT's MetaDefender Sandbox technology—try it free.

Sandbox-Enhanced Solutions

OPSWAT’s MetaDefender Sandbox adds a critical layer of threat prevention across our cybersecurity platform.

MetaDefender ICAP Server

MetaDefender ICAP with Sandbox integration combines multi-engine scanning and behavioral analysis to detect complex threats with high accuracy, and streamline threat response for secure, compliant file and web transfers.

MetaDefender Core

MetaDefender Core's multi-engine scanning, sanitization, and file analysis capabilities with MetaDefender Sandbox's behavioral insights and zero-day detection, organizations in these secure environments achieve a layered, resilient defense.

MetaDefender Storage Security

MetaDefender Sandbox enhances MetaDefender Storage Security by providing deeper threat analysis and real-time behaviour analysis to fortify storage systems across enterprise environments against high impact threats.

“OPSWAT’s Sandbox has very fast verdicts, thanks to emulation and is integrated with other products like Deep CDR. Thus giving the best inline experience for scanning files with minimum disruption to users and allowing easy management.”

Tamir Shahar
Infrastructure Architect, Clalit Health Services
Industries

Purpose-Built for Every Sector

  • Energy & Utility

    Transfer critical infrastructure data between IT-OT securely.

  • Manufacturing

    Transfer operational updates into and operational data out of critical sites

  • Government

    Transfer classified documents, and sensitive government data.

  • Finance

    Transfer sensitive customer information and trade secrets.

  • Healthcare

    Transfer of patient and medical records between systems.

  • Media

    Transfer large video files across sites and external partners.

Resources

Learn More About MetaDefender Sandbox

  • Whitepaper

    Leverage Adaptive Threat Analysis to Detect Highly Evasive Malware

    Leverage Adaptive Threat Analysis to Detect Highly Evasive Malware

  • Datasheet

    MetaDefender Sandbox Datasheet

    See more stats and technical specifications in this datasheet

  • Customer Story

    Scaling Threat Detection with MetaDefender Sandbox

    How a Cybersecurity Solutions Provider Efficiently Protects Data and Communications With OPSWAT

  • Documentation

    MetaDefender Sandbox Documentation

    See additional information and technical resources.

  • Blog

    Malware Analysis Blog

    The latest practical insights and best practices for managing cybersecurity operations from OPSWAT, including incident response, vulnerability management, and optimizing security posture.

  • EBOOK

    The Need for Smarter Sandboxes

    Evolving Malware Detection and Threat Analysis

Expose Evasive Malware with
Adaptive AI Analysis

Fill out the form and we’ll be in touch within 1 business day.
Trusted by 1,900+ businesses worldwide.