CompTIA
CS0-003 · Question #502
An analyst has discovered the following suspicious command: Which of the following would best describe the outcome of the command?
The correct answer is C. Backdoor attempt. The PHP script allows remote users to execute system commands via the system() function, meaning an attacker can send arbitrary commands to the server.
Submitted by hassan_iq· Mar 6, 2026Security Operations
Question
An analyst has discovered the following suspicious command:
Which of the following would best describe the outcome of the command?
Options
- ACross-site scripting
- BReverse shell
- CBackdoor attempt
- DLogic bomb
How the community answered
(22 responses)- A5% (1)
- B18% (4)
- C73% (16)
- D5% (1)
Explanation
The PHP script allows remote users to execute system commands via the system() function, meaning an attacker can send arbitrary commands to the server.
Topics
#backdoor#malware analysis#command line analysis#threat detection
Community Discussion
No community discussion yet for this question.