GCFA · Question #127
This type of virus infects programs that can execute and load into memory to perform predefined steps for infecting systems. It infects files with the extensions .EXE, .COM, .BIN, and .SYS. As it…
The correct answer is D. File virus. A file virus (program infector) targets executable file extensions and replicates by attaching to or overwriting those files, eventually corrupting the OS.
Question
This type of virus infects programs that can execute and load into memory to perform predefined steps for infecting systems. It infects files with the extensions .EXE, .COM, .BIN, and .SYS. As it can replicate or destroy these types of files, the operating system becomes corrupted and needs reinstallation. This type of virus is known as __________.
Options
- APolymorphic virus
- BStealth virus
- CBoot sector virus
- DFile virus
- EMultipartite virus
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D74% (23)
- E13% (4)
Why each option
A file virus (program infector) targets executable file extensions and replicates by attaching to or overwriting those files, eventually corrupting the OS.
A polymorphic virus mutates its own code with each infection to evade signature-based detection - its defining trait is code mutation, not targeting executable file extensions.
A stealth virus hides its presence by intercepting OS calls to mask changes to files or the boot sector, which is a concealment mechanism rather than a description of what file types it targets.
A boot sector virus infects the master boot record or volume boot record of a disk, not program files with .EXE or .COM extensions.
A file virus specifically targets executable files with extensions such as .EXE, .COM, .BIN, and .SYS, infecting them when they are loaded into memory and executed, which can corrupt or destroy the operating system files and require reinstallation.
A multipartite virus infects both the boot sector and executable files simultaneously, making it a hybrid type rather than a purely file-targeting virus.
Concept tested: File virus infection behavior and target file types
Source: https://www.cisa.gov/news-events/news/understanding-hidden-threats-rootkits-and-botnets
Topics
Community Discussion
No community discussion yet for this question.