Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-39 All Questions

View all questions & answers for the 312-39 exam

Exam 312-39 topic 1 question 37 discussion

Actual exam question from ECCouncil's 312-39
Question #: 37
Topic #: 1
[All 312-39 Questions]

Sam, a security analyst with INFOSOL INC., while monitoring and analyzing IIS logs, detected an event matching regex /\\w*((\%27)|(\’))((\%6F)|o|(\%4F))((\%72)|r|(\%52))/ix.
What does this event log indicate?

  • A. SQL Injection Attack
  • B. Parameter Tampering Attack
  • C. XSS Attack
  • D. Directory Traversal Attack
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pragdeashwar
8 months ago
Sql Injection Attempt, Module 4 Page 444
upvoted 1 times
...
milo888
1 year, 6 months ago
One common way to perform a SQL injection attack is to use SQL queries that manipulate the database to obtain sensitive information or to perform actions that can be harmful to the application or the underlying system. The regular expression in question matches a pattern of SQL queries that are commonly used in SQL injection attacks to bypass input validation. The regular expression looks for a pattern that includes a single quote (either with URL encoding %27 or the actual character '), followed by the letter o (either with URL encoding %6F or the actual character o), followed by the letter r (either with URL encoding %72 or the actual character r), and finally, the letter O (either with URL encoding %4F or the actual character O). This pattern is used to insert malicious SQL code into a query and evade input validation, allowing the attacker to execute their malicious code. Therefore, the detection of this regular expression in web application logs is a strong indication of a possible SQL injection attack, and security analysts can use it to identify and prevent such attacks.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...