Question
Which of the following is a characteristic of Cross-Site
Request Forgery (CSRF) attacks?Solution
Cross-Site Request Forgery (CSRF) exploits the trust a website has in a user’s browser. An attacker tricks an authenticated user into performing unintended actions, such as transferring money or changing account details, without their consent. For instance, a malicious email link might force a logged-in bank user to transfer money to the attacker’s account.
- Key Condition: The victim must be logged in, as CSRF exploits authenticated sessions.
- Impact: CSRF can lead to unauthorized transactions, changes in user settings, and other unintended operations.
- Prevention: Developers can use anti-CSRF tokens, verify the HTTP Referrer header, and require user re-authentication for sensitive actions.
- Browser vulnerabilities: CSRF exploits user actions and session trust, not browser vulnerabilities.
- SQL commands: This describes SQL Injection, not CSRF.
- Flooding servers: This characterizes DDoS attacks, unrelated to session misuse.
- Script injection: Script injection is XSS, not CSRF.
Which of the following best explains why sampling is used in data analysis?
Which of the following is a primary advantage of using Tableau for building interactive dashboards?
Which of the following is the most accurate description of semi-structured data ?
Which of the following methods is most commonly used during data wrangling to handle missing values in a dataset?
Which of the following best represents semi-structured data?
Which Python library is mainly used for machine learning?
Which of the following is a distinguishing feature of Tableau when compared to Power BI?
A company divides its employees into departments (e.g., HR, IT, Marketing) and then selects random samples from each department for a satisfaction surve...
In time series analysis, which component is characterized by predictable, cyclical patterns that repeat at fixed intervals?
What differentiates big data from traditional data in terms of its defining characteristics?