312-50V10 · Question #500
Which of the following BEST describes the mechanism of a Boot Sector Virus?
The correct answer is A. Moves the MBR to another location on the hard disk and copies itself to the original location of the. A boot sector virus infects the Master Boot Record (MBR) by relocating it and inserting itself in its place, allowing the virus to execute before the OS loads while keeping the system bootable. This distinguishes it from viruses that simply overwrite or redirect directory entries
Question
Which of the following BEST describes the mechanism of a Boot Sector Virus?
Options
- AMoves the MBR to another location on the hard disk and copies itself to the original location of the
- BMoves the MBR to another location on the RAM and copies itself to the original location of the
- COverwrites the original MBR and only executes the new virus code
- DModifies directory table entries so that directory entries point to the virus code instead of the
How the community answered
(35 responses)- A91% (32)
- B6% (2)
- D3% (1)
Why each option
A boot sector virus infects the Master Boot Record (MBR) by relocating it and inserting itself in its place, allowing the virus to execute before the OS loads while keeping the system bootable. This distinguishes it from viruses that simply overwrite or redirect directory entries.
By moving the original MBR to another disk location rather than destroying it, the boot sector virus ensures the system still boots normally after the virus code executes - maintaining stealth and persistence. The virus copies itself to the original MBR location so it is the first code executed by the BIOS during the boot process, before any operating system or antivirus can load. This technique allows the virus to load into memory on every boot and potentially infect other disks.
RAM is volatile and loses all data when power is removed, so moving the MBR to RAM would not result in a persistent infection that survives reboots.
Simply overwriting the MBR with only virus code would typically render the system unbootable, which would quickly expose the infection rather than allowing it to persist silently.
Modifying directory table entries to point to virus code describes a directory or file infector virus technique, not a boot sector virus - which operates below the filesystem level.
Concept tested: Boot sector virus MBR infection and persistence mechanism
Source: https://www.cisa.gov/sites/default/files/publications/Understanding-Malware_S508C.pdf
Topics
Community Discussion
No community discussion yet for this question.