ASF quiz

ASF quiz

Professional Development

8 Qs

quiz-placeholder

Similar activities

CloudBinary_Apache_Tomcat_Quiz- 1

CloudBinary_Apache_Tomcat_Quiz- 1

Professional Development

10 Qs

ICT 10 M6 QUIZIZZ

ICT 10 M6 QUIZIZZ

Professional Development

10 Qs

JavaScript

JavaScript

Professional Development

10 Qs

Friday Fun

Friday Fun

Professional Development

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

História do Java

História do Java

Professional Development

13 Qs

ASF quiz

ASF quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Wim Haes

Used 15+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Q1: Why do we perform security testing of our systems?

To increase the complexity of Software Development Lifecycle

To reduce the risk of attacks and data breaches

Public information that bank performs security testing will scare away potential hackers

To identify teams that create software with the worst quality

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Q2: ASF does NOT stand for what?

African Swine Flu

Application Security Framework

Affirmation Security Field

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Q3: Which of the following is NOT a type of security testing?

Black-box testing

Grey-box testing

Red-box tester

White-box tester

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Q4: What is OWASP Top 10?

List of 10 most common web application vulnerabilities

List of 10 recent web applications hacks that made it to the news

List of 10 most critical security risks to web applications

List of most basic web application vulnerabilities

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Q5: Why pentesters use <script>alert(1)</script> phrase while looking for Cross-Site Scripting vulnerabilities?

JavaScript alert(1) function allows execution of code on the server side

JavaScript alert(1) function allows exfiltration of victim’s cookies to the attacker

JavaScript alert(1) function is not a destructive as other JavaScript functions, such as console.log() or confirm()

JavaScript alert(1) function is a proof that JavaScript was executed in the context of a web page

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

Q6: What type of vulnerability is presented below?

SQL injection

Command injection

Server-Side Request Forgery

Cross-Site Scripting

7.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Q7: What type of vulnerabilities is static code analysis NOT suitable for?

Insecure coding

Implementation bugs

Design flaws

8.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Q8: Static code analysis security testing covers which scope?

Black-box testing

Grey-box testing

Red-box testing

White-box testing