CompTIA
SY0-701 · Question #892
An analyst discovers a suspicious item in the SQL server logs. Which of the following could be evidence of an attempted SQL injection?
The correct answer is D. UserId - 10 OR 1-1. The input "10 OR 1=1" is a common SQL injection technique designed to manipulate SQL queries, allowing unauthorized access or retrieval of data by altering the logic of the query.
Submitted by hassan_iq· Mar 6, 2026Threats, vulnerabilities, and mitigations
Question
An analyst discovers a suspicious item in the SQL server logs. Which of the following could be evidence of an attempted SQL injection?
Options
- Acat /etc/shadow
- Bdig 25.36.99.11
- Ccd ../../../
- DUserId - 10 OR 1-1
How the community answered
(36 responses)- A11% (4)
- B6% (2)
- C3% (1)
- D81% (29)
Explanation
The input "10 OR 1=1" is a common SQL injection technique designed to manipulate SQL queries, allowing unauthorized access or retrieval of data by altering the logic of the query.
Community Discussion
No community discussion yet for this question.