All Domains

Domain 2: Threats, Vulnerabilities & Mitigations

15 questions · Instant feedback · 22% of the exam

Q 1 / 15
0 / 0
1

A security analyst receives an alert from a front-end web server connected to a database back end. The alert contains the following logs:\n\n\`\`\`\nSELECT * FROM users WHERE UserID = 1=1;\nSELECT * FROM users WHERE username = 'admin'--' AND password = 'password';\nIF 1=1 THEN dbms_lock.sleep(20) ELSE dbms_lock.sleep(0); END IF;\n\`\`\`\nWhich of the following attacks is occurring?