Vulnerability Scanning Flashcards

1
Q

What is vulnerability discovery?

A

Vulnerability discovery is an integral part of any security assessment.

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

What most automated scanners are doing?

A
  1. Detect if a target is up and running.
  2. Conduct a full or partial port scan, depending on the configuration.
  3. Identify the operating system using common fingerprinting techniques.
  4. Attempt to identify running services with common techniques such as banner grabbing,
    service behavior identification, or file discovery.
  5. Execute a signature-matching process to discover vulnerabilities.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is WMI?

A

Windows Management Instrumentation

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

What is UAC?

A

User Account Control

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

What is Nessus?

A

Vulnerability scanner.

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

Nessus Basic Network Scan

A

Basic Network Scan: Generic scan with various checks that are suitable to be used against various target types.

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

Nessus Credentialed Patch Audit

A

Credentialed Patch Audit: Authenticated scan that enumerates missing patches.

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

Nessus Web Application Tests

A

Web Application Tests: Specialized scan for discovering published vulnerabilities in Web Applications.

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

Nessus Spectre and Meltdown

A

Spectre and Meltdown: Targeted scan for the Spectre and Meltdown vulnerabilities.

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

How to check the nmap script database?

A

kali@kali:~$ cd /usr/share/nmap/scripts/
kali@kali:/usr/share/nmap/scripts$ head -n 5 script.db
kali@kali:/usr/share/nmap/scripts$ cat script.db | grep ‘“vuln”|“exploit”’

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