analyzing output from vulnerability scanners

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:49 PM on 8/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

common vulnerabilities and exposures(CVE)

a commonly used scheme for identifying vulnerabilties developed by MITRE and adopted by NIST

2
New cards

national vulnerability database(NVD)

a superset of the CVE database, maintained by NIST, that contains additional information such as analysis, criticality metrics(CVSS), and fix information or instructions

3
New cards

common weakness enumeration(CWE)

a list of software weaknesses or flaws that could potentially lead to vulnerabilities

4
New cards

common attack pattern enumeration and classification(CAPEC)

a knowledge base maintained by MITRE that classifies specific attack patterns focused on application security and exploit techniques

5
New cards

common platform enumeration(CPE)

scheme for identifying hardware devices, operating systems, and applications

6
New cards

common configuration enumeration(CCE)

scheme for provisioning secure configuration checks across multiple sources

7
New cards

common vulnerability scoring system(CVSS)

a risk management approach to quantifying vulnerability data and taking into account the degree of risk to different types of systems or information

Score|Description

0 | None

0.1 - 3.9 | Low

4.0 - 6.9 | Medium

7.0 - 8.9 | High

9.0 - 10.0 | Critical

8
New cards

access vector(AV)

does the attacker need to have physical access(P), local(L), adjacent network(A)(adjacent network: where the attacker must launch teh attack from the same shared physical or logical network, or a limited adminsitrative domain such as VPN or MPLS), or network(N)

9
New cards

access complexity(AC)

high complexity or low complexity exploit(H) or (L)

10
New cards

privileges required(PR)

none(N),low(L), high(H)

11
New cards

user interaction(UI)

none(N) or required(R)

12
New cards

scope(S)

unchanged(U) or changed(C)

13
New cards

confidentiality(C), integrityu(I), availability(A)

high, medium, low(H,M, L)

14
New cards

exception management

a defined process to closely monitor systems that cannot be patched or remediated and must be exempted from scans

15
New cards

nessus

a commercial vulnerability scanner produced by Tenable Network Security for on-premise and cloud-based vulnerability scanning

  • plug ins can be created using Nessus Attack Scripting Language(NASL)


16
New cards

OpenVAS

open source vulnerability scanner that began its development from the Nessus codebase when Nessus was converted to commercial software

17
New cards

qualys

a cloud based vulnerability management solution with installed sensor agents at various points in their network which upload data to the cloud platform for analysis