Web Security and Malware Attacks

Test your knowledge of web security vulnerabilities including XSS, CSRF attacks, access control, and malware/worms that exploit systems.

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What are the most important steps you would recommend for securing a Web application?

  1. Make sure Input Validation is enforced within the code - Security QA testing
  2. Implement software security policy
  3. Remove or protect hidden files and directories
  4. 1 and 2
  5. all
Question 2 Multiple Choice (Single Answer)

Main aim of XSS attach is given below

  1. XSS attacks typically directly target the web server
  2. XSS attacks typically directly target the web application
  3. XSS attacks typically directly target the user
  4. All
Question 3 Multiple Choice (Single Answer)

Prequisite for CSRF attach is as below

  1. Attacker must aware of target website
  2. vicktim must logged in the target website
  3. victim must be tricked executing unwanted actions on a web application in which he/she is currently authenticated.
  4. Website must be vulnerable to XSS
  5. 1,2,3
  6. ALL
Question 4 Multiple Choice (Single Answer)

which is true about CSRF

  1. CSRF attacks are also known as "Sea Surf",
  2. CSRF attacks are also known as Session Riding,
  3. CSRF attacks are also known as , Hostile Linking.
  4. CSRF attacks are also known as One-Click attack
  5. 1 and 2
  6. All
Question 5 Multiple Choice (Single Answer)

Is CSRF and Cross-site Scripting the same thing.

  1. yes
  2. no
  3. not a valid question
  4. No Idea
Question 6 Multiple Choice (Single Answer)

Prevention from CSRF is

  1. Only accepting POST requests
  2. Using a secret cookie
  3. Both
  4. None of the above
Question 7 Multiple Choice (Single Answer)

An internet worm that infects Linux based systems is

  1. Butter worm
  2. Cheese worm
  3. Nachia worm
  4. Blaster worm
Question 8 Multiple Choice (Single Answer)

Welchia worm is also known as

  1. Blaster worm
  2. Nachia worm
  3. kak worm
  4. email worm
Question 9 Multiple Choice (Single Answer)

A unix shellscript worm that infects Linux Servers is

  1. kak worm
  2. tiger worm
  3. lion worm
  4. looksky worm
Question 10 Multiple Choice (Multiple Answers)

Which of the following are worms that propagate through e-mail?

  1. Looksky worm
  2. Warhol worm
  3. Klez
  4. Sober
Question 11 Multiple Choice (Multiple Answers)

Which of the following are XSS worms?

  1. Samy worm
  2. Bom Sabado
  3. SQL Slammer
  4. Sober worm
Question 12 Multiple Choice (Single Answer)

The principle of least privilege as it applies to Access control mandates that:

  1. Group based access control should be implemented to assign permissions to application users
  2. Consistent authorization checking should be performed on all application pages
  3. A set of all allowable actions should be defined for each user role and all other's denied
  4. All failed access authorization requests should be logged to a secure location for review by administrators
Question 13 Multiple Choice (Single Answer)

Which of the following is appropriate for customer emails regarding a limited time promotional offer?

  1. Request that the user authenticate him/herself by replying to the email with their account credentials.
  2. Personalized greeting line
  3. Providing easy access to the customer's account via a “Click Here” style link
  4. Sending the email from a domain set up specifically for the special offer
Question 14 Multiple Choice (Single Answer)

Cross Site Scripting is an attack against

  1. Client (Browser)
  2. Database
  3. Web Application
  4. Web Server