CAS-003 · Question #722
A researcher is working to identify what appears to be a new variant of an existing piece of malware commonly used in ransomware attacks. While it is not identical to the malware previously…
The correct answer is A. Virtualized sandbox. A virtualized sandbox provides an isolated execution environment where malware samples can be safely run and compared without risking infection of production systems.
Question
A researcher is working to identify what appears to be a new variant of an existing piece of malware commonly used in ransomware attacks. While it is not identical to the malware previously evaluated. it has a number of similarities including language, payload. and algorithms. Which of the following would help the researcher safely compare the code base of the two variants?
Options
- AVirtualized sandbox
- BVulnerability scanner
- CSoftware-defined network
- DHTTP interceptor
How the community answered
(18 responses)- A83% (15)
- B6% (1)
- C6% (1)
- D6% (1)
Why each option
A virtualized sandbox provides an isolated execution environment where malware samples can be safely run and compared without risking infection of production systems.
A virtualized sandbox creates a contained, observable environment where both the known malware and the new variant can be executed and compared across behavioral attributes such as payload delivery mechanisms, encryption algorithms, and code language patterns. The isolation ensures that even active ransomware samples cannot escape to infect the researcher's host system or the broader network.
A vulnerability scanner identifies known weaknesses in systems and software and is not capable of safely executing or behaviorally comparing active malicious code samples.
A software-defined network provides programmable network segmentation and does not offer the code execution isolation or runtime analysis capabilities required for safe malware comparison.
An HTTP interceptor captures and inspects HTTP traffic and cannot provide the isolated execution environment needed to safely run and compare live malware variants.
Concept tested: Virtualized sandbox for safe malware analysis and comparison
Source: https://www.cisa.gov/resources-tools/resources/malware-analysis-capabilities
Topics
Community Discussion
No community discussion yet for this question.