312-50V12 · Question #225
A multinational corporation's computer system was infiltrated by an advanced persistent threat (APT). During forensic analysis, it was discovered that the malware was utilizing a blend of two highly s
The correct answer is D. Metamorphic and Rootkit malware. The described malware exhibits characteristics of a rootkit by embedding its harmful code directly into genuine system binaries for stealth and persistence, and it is metamorphic by changing its code as it propagates to evade signature-based detection.
Question
Options
- APolymorphic and Metamorphic malware
- BPolymorphic and Macro malware
- CMacro and Rootkit malware
- DMetamorphic and Rootkit malware
How the community answered
(45 responses)- A13% (6)
- B27% (12)
- C4% (2)
- D56% (25)
Why each option
The described malware exhibits characteristics of a rootkit by embedding its harmful code directly into genuine system binaries for stealth and persistence, and it is metamorphic by changing its code as it propagates to evade signature-based detection.
While metamorphic malware is correctly identified for code alteration, the description of embedding code into system binaries points specifically to a rootkit, which is not included in this option, and polymorphic malware is a less advanced form of code change than metamorphic.
The malware's ability to embed its harmful code into the actual binary or executable part of genuine system files is a defining characteristic of a rootkit, which aims to hide its presence within the operating system by subverting system functions. Furthermore, its capacity to change its code as it propagates to avoid signature-based detection is a hallmark of metamorphic malware, a more advanced form of self-modifying code that rewrites its entire instruction set.
Concept tested: Malware types: Rootkit and Metamorphic characteristics
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/intelligence/rootkits
Topics
Community Discussion
No community discussion yet for this question.