220-1102 · Question #448
Which of the following involves sending arbitrary characters in a web page request?
The correct answer is C. XSS. Sending arbitrary characters in a web page request to exploit vulnerabilities is a hallmark of Cross-Site Scripting (XSS) attacks.
Question
Which of the following involves sending arbitrary characters in a web page request?
Options
- ASMS
- BSSL
- CXSS
- DVPN
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C88% (28)
- D3% (1)
Why each option
Sending arbitrary characters in a web page request to exploit vulnerabilities is a hallmark of Cross-Site Scripting (XSS) attacks.
SMS (Short Message Service) is a text messaging service for mobile phones and is unrelated to web page requests or injection attacks.
SSL (Secure Sockets Layer) is a protocol for establishing authenticated and encrypted links between networked computers, used for secure communication, not for sending arbitrary characters in an attack.
Cross-Site Scripting (XSS) attacks involve injecting malicious scripts, often containing arbitrary characters or code, into otherwise benign and trusted websites. When a user visits the compromised page, these scripts are executed in their browser, potentially stealing cookies, session tokens, or other sensitive information.
A VPN (Virtual Private Network) provides a secure, encrypted tunnel over a public network, but it does not inherently involve sending arbitrary characters in web requests as an attack vector.
Concept tested: Web application attack types - XSS
Source: https://learn.microsoft.com/en-us/defender-for-cloud/recommendations/recommendation-details/270
Topics
Community Discussion
No community discussion yet for this question.