Which web application log keyword would be associated with a SQL injection attack?
Which web application log keyword would be associated with a SQL injection attack?
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.
A. union