CS0-003 · Question #168
CS0-003 Question #168: Real Exam Question with Answer & Explanation
The correct answer is A: Log entry 1. Log entry 1: Java EL injection attempt, likely used to run system commands. Log entry 2: XSS attack aimed at stealing cookies. Log entry 3: SQL injection attempt, manipulating the id parameter in a query. Log entry 4: Suspicious OAuth permission request for reading, writing, and
Question
A zero-day command injection vulnerability was published. A security administrator is analyzing the following logs for evidence of adversaries attempting to exploit the vulnerability: Which of the following log entries provides evidence of the attempted exploit?
Options
- ALog entry 1
- BLog entry 2
- CLog entry 3
- DLog entry 4
Explanation
Log entry 1: Java EL injection attempt, likely used to run system commands. Log entry 2: XSS attack aimed at stealing cookies. Log entry 3: SQL injection attempt, manipulating the id parameter in a query. Log entry 4: Suspicious OAuth permission request for reading, writing, and sending emails and accessing files.
Topics
Community Discussion
No community discussion yet for this question.