Answer:
Cross-Site Request Forgery (CSRF)
Step-by-step explanation:
- Cross-Site Request Forgery ( CSRF ) is an attack in which the attacker tricks the user into making malicious requests.
- In this kind of attacks, the victims sends the unwanted, malicious HTTP requests ( GET requests and POST requests) to a website.
- As the name itself (CSRF) suggests, it involves forging the identity of the user and the attacker make malicious requests on the website.
- The CSRF attacks also facilitates another attack called Croos-site Scripting (XSS).
- The two types of preventing methods for CSRF attacks are (a) Using Anti - CSRF Tokens (b) Preventing sending the cookies.