Courseiva
Endpoint ProtectionhardMultiple ChoiceObjective-mapped

CND Endpoint Protection Practice Question

An Incident Responder analyzing a compromised Linux server suspects a rootkit has modified system binaries. The responder runs the package manager verification command on Debian/Ubuntu to check installed packages against the package database. Which command is appropriate?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

dpkg --verify

debsums verifies installed package files against MD5 checksums stored in package archives on Debian-based systems.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • dpkg --verify

    Why this is correct

    dpkg --verify (or dpkg -V) checks files installed by packages against the database to detect modifications.

  • rpm -Va

    Why it's wrong here

    rpm -Va is used on RPM-based systems (RedHat/CentOS), not Debian/Ubuntu.

  • debsums -ac

    Why it's wrong here

    While debsums checks sums, dpkg --verify is the native dpkg suite tool for comprehensive file state verification.

  • apt-get check-integrity

    Why it's wrong here

    apt-get check-integrity is not a valid apt-get command; apt verifies dependency graphs.

About these practice questions

Courseiva writes every CND question from scratch — 323 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official EC-Council exam blueprint

This CND practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CND exam.