Chapter 7: Protecting Against Advanced Attacks Flashcards

1
Q

Secure Sockets Layer Stripping

A

Changes HTTPS connection to HTTP
HTTPS uses TLS instead of SSL

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

ARP Poisoning Attacks

A

Misleads computers or switches about the actual MAC address of a system

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

Memory leak

A

A bug that reserves memory for the short term but never releases it

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

Buffer Overflow

A

An application receives more or different data than it expected

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

Integer Overflow

A

An application receives a numeric value that is too big for the application to handle

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

Directory Traversal

A

Attempts to access a file by including the full path or traversing the directory structure on a computer

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

Cross-Site Request Forgery

A

XSRF or CSRF
The user is tricked into performing an action on a website
The attacker creates a specific link

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

Reflected XSS or non-persistent

A

Malicious email encouraging user to click it
The user sends malware to server

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

Stored XSS or persistent

A

Malicious code is stored in a database or other location trusted by the web app

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