misc Flashcards

1
Q

What is APT?

A

Advanced Persistent Threat

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

What is pivoting/daisy chaining?

A

An attacker who compromises a device on DMZ to launch further attacks from the DMZ

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

What is doxing?

A

Publishing PII about someone

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

What is a covert channel?

A

Transmitting information using methods not originally intended for data transmission

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

What is source routing?

A

Allows sender of packet to specify route the packet takes through the network based on source IP address

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

What is banner grabbing?

A

Identifies OS version / software in use

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

How does MAC address spoofing work?

A

Only for UDP as TCP requires 3-way handshake

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

What is active vs passive sniffing?

A

Active is on a switch

Passive is on a hub as all packets are sent on all ports

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

How does a buffer overflow work?

A

Changing pointer address in stack to point at altered code from attacker (stack smashing)

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

What is NoP/NoP sled?

A

Creating no operation statements in memory to make pointing to their code easier

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

How can you protect against a buffer overflow attack with software?

A

HIPS/HIDS
Great/Secure Code boundary validation for R/W
Cookie (Canary Value) checks location for cookie
Stack guard (copy return address somewhere esle in memory to compare)
Code analysis for prevention

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

How do you protect against a buffer overflow attack with hardware?

A
NX/XD
Execution Disabled (stops code being run in certain areas of memory)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is CVE and CVSS?

A

Common Vulnerabilities and Exposures

Common Vulnerability Scoring System

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