Web Security and Cyber Attacks

Test your knowledge of cybersecurity including SQL injection, XSS, CSRF, phishing, malware types, denial of service attacks, and other web application vulnerabilities and defense mechanisms.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The user receives an email from a malicious user on the behalf of his bank informing him that user has won a jackpot of $500,000.00 and that the user should verify and update the bank if the same amount has been credited to his account. When the user follows the link provided the email to log in, his credentials are compromised.

  1. Denial of Service.
  2. Phishing.
  3. Identity Theft.
  4. SQL Injection.
Question 2 Multiple Choice (Single Answer)

A user downloads a freeware to cut down on the budget, later on he finds out his internet bills were much more than normal, and in addition most of his native applications were behaving in an unpredicted manner.

  1. Trojan Horse
  2. Virus.
  3. Malware.
  4. Keylogger.
Question 3 Multiple Choice (Single Answer)

A user browsing the images randomly of a secure web application finds out a pop up that says “Hello!”. The user is using Internet Explorer for browsing images.

  1. Cross-site Scripting.
  2. Cross-site Scripting by MIME sniffing.
  3. Log Injection.
  4. Identity Theft.
Question 4 Multiple Choice (Single Answer)

A user finds out major changes in the content of a regular website, that only used to change once in a blue moon. He clears all the information stored in the browser and finds out the things were back to normal. What vulnerability he has been victim of?

  1. Browser cache poisoning.
  2. Reflected Cross-site Scripting.
  3. Persistent Cross-site scripting.
  4. Link Injection.
Question 5 Multiple Choice (Single Answer)

A user finds out his personal information were used on a website where he never registered. Which case would be close to this scenario?

  1. Information Stealth.
  2. Sensitive Information Disclosure.
  3. Identity Theft.
  4. Cross-site scripting by MIME sniffing.
Question 6 Multiple Choice (Single Answer)

A user is able to view the backup files of a website, while browsing the site.

  1. Sensitive Information Disclosure.
  2. Configuration Management.
  3. Input validation.
  4. Vulnerable Cookie.
Question 7 Multiple Choice (Single Answer)

The amount and the item_id of bid is sent via the URL parameter in a bidding website, a user A sends same link to another user B with the manipulated parameter values, after clicking it the other user B finds out later that a bid has been placed on his behalf.

  1. Identity theft.
  2. XML Injection.
  3. Reflected cross-site scripting.
  4. Cross-site request forgery.
Question 8 Multiple Choice (Single Answer)

?

  1. Session fixation.
  2. Privilege escalation.
  3. Cross-site request forgery.
  4. Identity theft.
Question 9 Multiple Choice (Single Answer)

Redirecting the traffic to a fake website by changing the details in user DNS

  1. Session hijacking
  2. Phishing
  3. Pharming
  4. MAC spoofing
Question 10 Multiple Choice (Single Answer)

Virtual Keyboard helps us to escape from which of the following attacks?

  1. phishing
  2. pharming
  3. session hijacking
  4. Keylogger
Question 11 Multiple Choice (Single Answer)

Which of the below attacks have no solution?

  1. phishing
  2. trojan-horse
  3. Social engineering
  4. session hijacking
Question 12 Multiple Choice (Single Answer)

Virus combined with a useful software is called as____________

  1. worm
  2. Trojan-horse
  3. script injection
  4. DOS attack
Question 13 Multiple Choice (Single Answer)

The most important procedure to protect software and data is to:

  1. screen applicants to be sure they have no previous records
  2. guard passwords and frequently changing them
  3. make frequent backups of data and store them in remote locations
  4. audit data and programs once a year
Question 14 Multiple Choice (Multiple Answers)

Which of the following is not an example for the SQL injection?

  1. ' or 't'='t'
  2. ' or 'user'='admin
  3. ' or 1=1 or 'user' = '
  4. ' or 1=1
Question 15 Multiple Choice (Single Answer)

A high profile company has been receiving a high volume of attacks on their website. The network administrator wants to be able to collect information on the attacker(s) so legal action can be taken. What should be implementated?

  1. DMZ(Demilitarized zone)
  2. Firewall
  3. New subnet
  4. Honeypot
Question 16 Multiple Choice (Multiple Answers)

Developer wrote the query as "select empname,phone,e-mail from emp where empid="+empid;

  1. 101 union all select * from proj;
  2. 101 union all select pname,1,1 from proj;
  3. 101 union all select pname from proj;
  4. 101 union all select pid,pname, pcost from proj;
Question 17 Multiple Choice (Single Answer)

Which of the following operators used in the SQL injection?

  1. ' | & ^ < > = !
  2. " | & !
  3. ' | & * < > =
  4. none
Question 18 Multiple Choice (Single Answer)

What is the type of attack where the attacker will try to block the other accounts in Ultimatix.

  1. worm
  2. DOS
  3. Trojan Horse
  4. Shell
Question 19 Multiple Choice (Multiple Answers)

Zombie attack is an example of Denial of Service as which of the following?

  1. Unplug the server's network connection
  2. Time bomb virus
  3. Power off the server
  4. Changing the DNS servers at clients
Question 20 Multiple Choice (Single Answer)

What type of testing tool is appscan?

  1. White box
  2. Gray box
  3. Black box
  4. Yellow box