Which virus attacks the File Allocation Table (FAT) to destroy the index, making files unrecoverable?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Which virus attacks the File Allocation Table (FAT) to destroy the index, making files unrecoverable?

Explanation:
The idea being tested is how malware can destroy access to data by corrupting the filesystem’s index. On FAT file systems, the File Allocation Table is the index that tells the OS which clusters belong to each file. If a virus targets and corrupts this table, the entries that map files to their data blocks become invalid or misreported. As a result, the system can no longer locate or assemble the actual data, making files appear lost or unrecoverable even if the data blocks themselves still exist. Other types of malware described here don’t specifically tamper with the FAT index: a logic bomb executes under a condition, web scripting viruses target web applications, and metamorphic viruses change their code to evade detection rather than destroy the file system's index.

The idea being tested is how malware can destroy access to data by corrupting the filesystem’s index. On FAT file systems, the File Allocation Table is the index that tells the OS which clusters belong to each file. If a virus targets and corrupts this table, the entries that map files to their data blocks become invalid or misreported. As a result, the system can no longer locate or assemble the actual data, making files appear lost or unrecoverable even if the data blocks themselves still exist. Other types of malware described here don’t specifically tamper with the FAT index: a logic bomb executes under a condition, web scripting viruses target web applications, and metamorphic viruses change their code to evade detection rather than destroy the file system's index.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy