Exam GCIH All QuestionsBrowse all questions from this exam
Question 116

An administrator needs to protect his organization's IIS webservers from Cross-Site Scripting attacks. Which action should he take?

    Correct Answer: A

    To protect an IIS webserver from Cross-Site Scripting (XSS) attacks, using the Anti-XSS library from Microsoft is an effective action. This library is specifically designed to encode potentially dangerous input to prevent script injection, addressing the core of XSS vulnerabilities. Two-factor authentication, random elements in session cookies, and application whitelisting, while beneficial for overall security, do not directly address or mitigate XSS attacks.

Discussion
Ash1989Option: A

https://www.nuget.org/packages/AntiXSS/