Question
Which of the following web attacks would focus on stealing money from a PayPal account?
(1 point)
Responses
SQL injections
SQL injections
cross-site scripting (XSS)
cross-site scripting (XSS)
cross-site request forgery (CSRF)
cross-site request forgery (CSRF)
clickjacking
(1 point)
Responses
SQL injections
SQL injections
cross-site scripting (XSS)
cross-site scripting (XSS)
cross-site request forgery (CSRF)
cross-site request forgery (CSRF)
clickjacking
Answers
GPT-4o mini
The web attack that would most likely focus on stealing money from a PayPal account is **cross-site request forgery (CSRF)**.
CSRF allows an attacker to perform actions on behalf of a logged-in user without their consent, potentially leading to unauthorized transactions such as stealing money from their account. While SQL injections and XSS can also be serious security threats, CSRF is specifically designed to exploit an authenticated user's session for malicious activities like transferring money.
CSRF allows an attacker to perform actions on behalf of a logged-in user without their consent, potentially leading to unauthorized transactions such as stealing money from their account. While SQL injections and XSS can also be serious security threats, CSRF is specifically designed to exploit an authenticated user's session for malicious activities like transferring money.