nerdexam
GIAC

GSLC · Question #544

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 C. File virus. A file virus specifically targets and infects executable files such as .EXE, .COM, .BIN, and .SYS, activating when those files are run and potentially corrupting the operating system.

Security Architecture & Engineering

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

  • AStealth virus
  • BMultipartite virus
  • CFile virus
  • DPolymorphic virus
  • EBoot sector virus

How the community answered

(42 responses)
  • B
    2% (1)
  • C
    90% (38)
  • D
    5% (2)
  • E
    2% (1)

Why each option

A file virus specifically targets and infects executable files such as .EXE, .COM, .BIN, and .SYS, activating when those files are run and potentially corrupting the operating system.

AStealth virus

A stealth virus conceals its presence by intercepting operating system calls to hide file size changes or infected entries, rather than being defined by which file types it targets.

BMultipartite virus

A multipartite virus is a hybrid that infects both the boot sector and executable files simultaneously, not exclusively executable files as described.

CFile virusCorrect

A file virus (also called a program or executable virus) attaches itself to executable file types including .EXE, .COM, .BIN, and .SYS. When an infected file is executed, the virus loads into memory, replicates by infecting other executables, and can destroy or corrupt these files to the point where the operating system requires reinstallation.

DPolymorphic virus

A polymorphic virus mutates its own code with each replication to evade signature-based detection, which is a propagation characteristic rather than the file-targeting behavior described.

EBoot sector virus

A boot sector virus infects the master boot record or volume boot record of storage media and activates at startup before the OS loads, not by infecting .EXE or .COM files.

Concept tested: File virus infection of executable file types

Source: https://www.cisa.gov/sites/default/files/publications/Understanding_Hidden_Threats_Rootkits_and_Botnets.pdf

Topics

#file virus#malware types#executable infection#OS corruption

Community Discussion

No community discussion yet for this question.

Full GSLC Practice