SSCP · Question #1032
Which of the following technologies is a target of XSS or CSS (Cross-Site Scripting) attacks?
The correct answer is A. Web Applications. Web Applications (A) are the target of XSS attacks because XSS exploits the trust a user's browser places in a website - attackers inject malicious scripts into web pages that are then executed in victims' browsers, stealing cookies, session tokens, or redirecting users. Intrusio
Question
Options
- AWeb Applications
- BIntrusion Detection Systems
- CFirewalls
- DDNS Servers
How the community answered
(33 responses)- A88% (29)
- B3% (1)
- C6% (2)
- D3% (1)
Explanation
Web Applications (A) are the target of XSS attacks because XSS exploits the trust a user's browser places in a website - attackers inject malicious scripts into web pages that are then executed in victims' browsers, stealing cookies, session tokens, or redirecting users.
Intrusion Detection Systems (B), Firewalls (C), and DNS Servers (D) are not XSS targets because XSS is a client-side injection attack that operates within the HTTP/HTML layer of web applications - IDS and firewalls are network-layer defenses, and DNS handles domain name resolution, none of which involve rendering user-supplied content in a browser context.
Memory tip: XSS = "Xecutes Scripts on a Site" - if it's not a site (web application) serving content to a browser, it's not an XSS target.
Topics
Community Discussion
No community discussion yet for this question.