nerdexam
CompTIA

CS0-003 · Question #370

A company brings in a consultant to make improvements to its website. After the consultant leaves. a web developer notices unusual activity on the website and submits a suspicious file containing…

The correct answer is A. Implanted a backdoor. Backdoor Implantation Explained Option A is correct because the consultant secretly embedded malicious code into the website during their authorized access - a classic definition of a backdoor, which allows unauthorized re-entry into a system without normal authentication, even…

Submitted by yuki_2020· Mar 6, 2026Incident Response and Management

Question

A company brings in a consultant to make improvements to its website. After the consultant leaves. a web developer notices unusual activity on the website and submits a suspicious file containing the following code to the security team:

Which of the following did the consultant do?

Exhibit

CS0-003 question #370 exhibit

Options

  • AImplanted a backdoor
  • BImplemented privilege escalation
  • CImplemented clickjacking
  • DPatched the web server

How the community answered

(26 responses)
  • A
    88% (23)
  • B
    4% (1)
  • C
    8% (2)

Explanation

Backdoor Implantation Explained

Option A is correct because the consultant secretly embedded malicious code into the website during their authorized access - a classic definition of a backdoor, which allows unauthorized re-entry into a system without normal authentication, even after the consultant's official engagement ended. The "unusual activity" detected afterward is the telltale sign that a hidden persistent access mechanism was left behind.

Why the distractors are wrong:

  • B (Privilege escalation) involves exploiting vulnerabilities to gain higher permissions within a system, not planting hidden code for remote access
  • C (Clickjacking) is a UI-based attack that tricks users into clicking hidden elements - it doesn't describe planted malicious code
  • D (Patching the web server) is a legitimate security improvement, the opposite of malicious activity

Memory Tip: Think of a backdoor like a spare key a contractor secretly copies before leaving your house - they had legitimate access initially, but secretly kept a way back in. Whenever you see a scenario involving trusted insiders leaving behind hidden code, think backdoor first.

Topics

#Backdoor#Malicious code#Web security#Persistence

Community Discussion

No community discussion yet for this question.

Full CS0-003 Practice