Jony, a security analyst, while monitoring IIS logs, identified events shown in the figure below.

What does this event log indicate?
Jony, a security analyst, while monitoring IIS logs, identified events shown in the figure below.
What does this event log indicate?
The event logs display a sequence of SQL commands, including the use of 'SELECT', 'IF', and 'WAITFOR DELAY', which are indicative of an SQL Injection attack. These commands are attempting to manipulate the database by injecting specially crafted SQL queries via user input. The use of CHAR functions to obfuscate the commands further supports this conclusion. Therefore, the correct answer is SQL Injection Attack.
D - SQL injection attack
D - SQL injection attack
Correct Answer : D No.444