QUESTION IMAGE
Question
which scenarios are examples of mitb attacks? choose three answers. o o o o an attacker redirects data being sent from a browser to a device of their choosing an attacker runs sql statements to infiltrate and change the data in a webpage an attacker uses a script to obtain the cookies and certificates stored on a browser an attacker changes the browser settings on a device an attacker records a user’s keystrokes and uses the captured password to hack into the user’s browser
- MITB (Man - in - the - Browser) attacks involve manipulating or intercepting data within the browser environment.
- "An attacker redirects data being sent from a browser to a device of their choosing": This is a form of intercepting and redirecting browser - related data, typical of MITB.
- "An attacker uses a script to obtain the cookies and certificates stored on a browser": Obtaining browser - stored credentials (cookies, certificates) is a common MITB attack vector as it targets browser - level data.
- "An attacker changes the browser settings on a device": Modifying browser settings is a way to manipulate the browser environment, which is in line with MITB attacks.
- The option "An attacker runs SQL statements to infiltrate and change the data in a webpage" is a SQL injection attack, not MITB. The option "An attacker records a user’s keystrokes and uses the captured password to hack into the user’s browser" is a keylogging - based attack (not strictly MITB as it's more about capturing keystrokes first rather than directly manipulating the browser).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. An attacker redirects data being sent from a browser to a device of their choosing
C. An attacker uses a script to obtain the cookies and certificates stored on a browser
D. An attacker changes the browser settings on a device