Which characteristic most distinguishes a rootkit from other categories of malware?
- AIt encrypts the user's documents and then demands a ransom payment in exchange for the decryption key.
- BIt requires the victim to open an infected email attachment before any of its code is able to execute.
- CIt floods a target server with traffic from many sources to exhaust that server's available resources.
- DIt obtains privileged access and conceals its own presence and other malware from the operating system and detection tools. Correct
Why A is wrong: This is tempting because both are serious threats, but encrypting data for extortion describes ransomware; a rootkit's purpose is stealthy persistent access, not extortion.
Why B is wrong: This is tempting because many infections start with attachments, but that is a delivery method common to much malware, not the defining trait of a rootkit.
Why C is wrong: This is tempting as a well-known attack, but resource exhaustion by traffic describes a distributed denial-of-service attack, not a rootkit.
Why D is correct: Correct: a rootkit operates with elevated or kernel-level privilege and hides files, processes, and other malware from the OS and scanners, making it hard to detect and remove.