GCIH Exam QuestionsBrowse all questions from this exam

GCIH Exam - Question 159


Which web application log keyword would be associated with a SQL injection attack?

Show Answer
Correct Answer: A

The keyword 'union' is associated with SQL injection attacks. SQL injection involves the insertion of malicious SQL queries into input fields, and the 'UNION' operator is often used to combine the results of an injected query with the results of a legitimate one, thereby retrieving additional information from the database.

Discussion

1 comment
Sign in to comment
RezaeeOption: A
Jan 31, 2024

A. union