CompTIA
SY0-701 · Question #799
A security analyst receives an alert from a front-end web server connected to a database back end. The alert contains the following logs: Which of the following attacks is occurring?
The correct answer is C. Injection. The log shows classic SQL injection techniques-tautology (1=1), comment injection ('--), and a time‐based payload (dbms_lock.sleep(20)), all indicative of an SQL injection attack.
Submitted by daniela_cl· Mar 6, 2026Threats, vulnerabilities, and mitigations
Question
A security analyst receives an alert from a front-end web server connected to a database back end. The alert contains the following logs:
Which of the following attacks is occurring?
Options
- ABuffer overflow
- BBrute-force
- CInjection
- DReplay
How the community answered
(34 responses)- A15% (5)
- B6% (2)
- C44% (15)
- D35% (12)
Explanation
The log shows classic SQL injection techniques-tautology (1=1), comment injection ('--), and a time‐based payload (dbms_lock.sleep(20)), all indicative of an SQL injection attack.
Community Discussion
No community discussion yet for this question.