Explain what is CSRF (Cross Site Request Forgery)? How you can prevent this?



Explain what is CSRF (Cross Site Request Forgery)? How you can prevent this?..

Answer / chaitanya

CSRF or Cross site request forgery is an attack from a malicious website that will send a request to a web application that a user is already authenticated against from a different website. To prevent CSRF you can append unpredictable challenge token to each request and associate them with user’s session.  It will ensure the developer that the request received is from a valid source.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Hacking Interview Questions

List out some of the common tools used by Ethical hackers?

1 Answers  


Explain how you can stop your website getting hacked?

2 Answers  


Explain what are the types of hacking stages?

2 Answers  


Explain what is Enumeration?

1 Answers  


What is Mac Flooding?

1 Answers  






How you can avoid or prevent ARP poisoning?

1 Answers  


 Explain what is DHCP Rogue Server?

1 Answers  


What laptops do hackers use?

0 Answers  


 Explain what is DOS (Denial of service) attack? What are the common forms of DOS attack?

0 Answers  


 What are the types of ethical hackers?

1 Answers  


Explain what is Brute Force Hack?

1 Answers  


Explain what is SQL injection?

1 Answers  


Categories
  • Computer Security Interview Questions Computer Security (58)
  • Mobile Security Interview Questions Mobile Security (9)
  • Hacking Interview Questions Hacking (33)
  • Security AllOther Interview Questions Security AllOther (4)