SG 3 - Study Notecards Flashcards

1
Q

What is ping sweep ?

A

Using ICMP echo requests to identify all responding hosts on a network

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

What is shellcode?

A

A fragment of executable code used to get an attacker access to a system

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

What is brute force?

A

Applying a strategy of attempting every possible input in order to identify the correct one

Example: passwords

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

What is RPC ?

A

Remote Procedure Call

A means for interprocess communication across a network

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

What is a virtual machine?

A

An operating system that runs on a hypervisor (not on physical hardware) that virtualizes CPU, memory, network and disk

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

What is port scanning?

A

Identifying open ports on target hosts

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

What is Metasploit?

A

A program used to scan or exploit systems

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

What is RMI ?

A

Inter-process communications using Java, which can be done across a network

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

What is Nessus?

A

A vulnerability scanner

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

What is Footprinting?

A

Identifying the size and scope of the target network

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

What is nmap?

A

A utility used to scan for open ports

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

What is evasion?

A

A technique of performing an action like port scanning in a way to avoid detection

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

What is opcode?

A

A numeric value that represents a CPU function or operation. It is processor dependent

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

What is a 3-Way Handshake?

A

3 messages used to establish a TCP connection:
SYN
SYN / ACK
ACK

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

What is tunneling?

A

Encapsulating data inside of another protocol to get it from one endpoint to another

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

What is SYN scan?

A

A port scanning technique targeting TCP ports by sending a SYN request