SY0-301 · Question #448
Two programmers write a new secure application for the human resources department to store personal identifiable information. The programmers make the application available to themselves using an…
The correct answer is D. Backdoor. A backdoor is an intentionally hidden method of bypassing normal authentication to gain unauthorized access to a system, which is exactly what the programmers created by embedding a secret port and credentials.
Question
Two programmers write a new secure application for the human resources department to store personal identifiable information. The programmers make the application available to themselves using an uncommon port along with an ID and password only they know. This is an example of which of the following?
Options
- ARoot Kit
- BSpyware
- CLogic Bomb
- DBackdoor
How the community answered
(59 responses)- A5% (3)
- B2% (1)
- C2% (1)
- D92% (54)
Why each option
A backdoor is an intentionally hidden method of bypassing normal authentication to gain unauthorized access to a system, which is exactly what the programmers created by embedding a secret port and credentials.
A rootkit is malware designed to hide the presence of other malicious software on a system by subverting the OS; it does not describe a hidden authentication bypass built into an application.
Spyware is malicious software that secretly collects user data and transmits it to a third party; it does not describe a secret access mechanism built into an application by its developers.
A logic bomb is malicious code that executes when a specific condition or trigger is met; it is not a persistent hidden access mechanism.
A backdoor is a covert access mechanism deliberately inserted into software or a system that allows unauthorized entry without going through normal authentication channels. The programmers' use of an obscure port and secret credentials unknown to others is a textbook backdoor, providing them persistent hidden access to the application.
Concept tested: Backdoor definition and developer-inserted hidden access
Source: https://csrc.nist.gov/glossary/term/backdoor
Topics
Community Discussion
No community discussion yet for this question.