Vulnerability Management Quiz Flashcards

1
Q

Vulnerability scanning: (Select all that apply)

A) Identifies lack of security controls

B) Actively tests security controls

C) Identifies common misconfigurations

D) Exploits vulnerabilities

E) Passively tests security controls

A

A) Identifies lack of security controls

C) Identifies common misconfigurations

E) Passively tests security controls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the answers listed below refer to the characteristic features of static code analysis? (Select 3 answers)

A) Involves examining the code without executing it

B) Often used early in the development process

C) Examines code structure, syntax, and semantics to detect issues like syntax errors, coding standards violations, security vulnerabilities, and bugs

D) Typically used later in the software development lifecycle

E) Involves executing the code and analyzing its behavior at runtime

F) Analyzes runtime properties like memory usage, performance, and error handling to identify issues such as memory leaks, performance bottlenecks, and runtime errors

A

A) Involves examining the code without executing it

B) Often used early in the development process

C) Examines code structure, syntax, and semantics to detect issues like syntax errors, coding standards violations, security vulnerabilities, and bugs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the terms listed below refers to tracking and managing software application components, such as third-party libraries and other dependencies?

A) Version control
B) Package monitoring
C) Configuration enforcement
D) Application hardening

A

B) Package monitoring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following statements describe the features of dynamic code analysis? (Select 3 answers)

A) Typically used later in the software development lifecycle

B) Involves examining the code without executing it

C) Analyzes runtime properties like memory usage, performance, and error handling to identify issues such as memory leaks, performance bottlenecks, and runtime errors

D) Often used early in the development process

E) Examines code structure, syntax, and semantics to detect issues like syntax errors, coding standards violations, security vulnerabilities, and bugs

F) Involves executing the code and analyzing its behavior at runtime

A

A) Typically used later in the software development lifecycle

C) Analyzes runtime properties like memory usage, performance, and error handling to identify issues such as memory leaks, performance bottlenecks, and runtime errors

F) Involves executing the code and analyzing its behavior at runtime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following terms refers to threat intelligence gathered from publicly available sources?

A) IoC
B) OSINT
C) RFC
D) CVE/NVD

A

B) OSINT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the terms listed below refers to a US government initiative for real-time sharing of cyber threat indicators?

A) AIS
B) STIX
C) TTP
D) CVSS

A

A) AIS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is STIX?

A) A type of vulnerability database

B) Common language for describing cyber threat information

C) US government initiative for real-time sharing of cyber threat indicators

D) Transport mechanism for cyber threat information

A

B) Common language for describing cyber threat information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A dedicated transport mechanism for cyber threat information is called:

A) TCP/IP
B) TLS
C) TAXII
D) S/MIME

A

C) TAXII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following provides insights into the methods and tools used by cybercriminals to carry out attacks?

A) CVE
B) IoC
C) AIS
D) TTP

A

D) TTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following statements does not apply to dark web?

A) Typically requires specialized software to access its contents

B) Forms a large part of the deep web

C) Not indexed by traditional search engines

D) Often associated with trading stolen data, malware, and cyber threats

A

B) Forms a large part of the deep web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Penetration testing: (Select all that apply)

A) Bypasses security controls

B) Only identifies lack of security controls

C) Actively tests security controls

D) Exploits vulnerabilities

E) Passively tests security controls

A

A) Bypasses security controls

C) Actively tests security controls

D) Exploits vulnerabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A responsible disclosure program is a formal process established by an organization to encourage security researchers and ethical hackers to report vulnerabilities they discover in the organization’s systems or software. A bug bounty program is a specific type of responsible disclosure program that offers financial rewards to security researchers for reporting valid vulnerabilities.

A) True
B) False

A

A) True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

An antivirus software identifying non-malicious file as a virus due to faulty virus signature file is an example of:

A) Fault tolerance
B) False positive error
C) Quarantine feature
D) False negative error

A

B) False positive error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the answers listed below refers to a situation where no alarm is raised when an attack has taken place?

A) False negative
B) True positive
C) False positive
D) True negative

A

A) False negative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A measure of the likelihood that a security system will incorrectly reject an access attempt by an authorized user is referred to as:

A) FAR
B) CER
C) CRC
D) FRR

A

D) FRR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following terms refers to a framework and knowledge base that provides understanding of TTPs used during cyberattacks?

A) CVSS
B) ATT&CK
C) STIX
D) TAXII

A

B) ATT&CK

17
Q

Which of the answers listed below refers to an industry standard for assessing and scoring the severity of computer system security vulnerabilities?

A) SIEM
B) CVSS
C) OSINT
D) SOAR

A

B) CVSS

18
Q

Which of the following refers to a system that identifies, defines, and catalogs publicly known cybersecurity vulnerabilities?

A) TAXII
B) CVE
C) STIX
D) CVSS

A

B) CVE

19
Q

What is Exposure Factor (EF) in vulnerability analysis?

A) The likelihood that a vulnerability will be exploited in a real-world scenario

B) The rate at which vulnerabilities are discovered and reported

C) The degree of loss that a realized threat would have on a specific asset

D) The measure of the potential impact of a vulnerability on an organization’s assets

A

C) The degree of loss that a realized threat would have on a specific asset

20
Q

Which of the statements listed below does not refer to a vulnerability response and remediation technique?

A) Applying updates or fixes provided by software vendors to address the vulnerability (patching)

B) Ensuring financial recovery from the costs associated with a successful cyberattack (insurance)

C) Dividing a network into smaller, isolated zones to limit the potential impact of a vulnerability (segmentation)

D) Mitigating the risk associated with a vulnerability that cannot be immediately patched by implementing alternative security measures (compensating controls)

E) Delaying or forgoing a patch for a specific system, e.g., when applying a patch may not be feasible due to compatibility issues or potential disruptions to critical systems (exceptions and exemptions)

F) All of the above answers are examples of vulnerability response and remediation techniques

A

F) All of the above answers are examples of vulnerability response and remediation techniques