Session Hijacking Flashcards

(7 cards)

1
Q

What is a Session Management?

A

Enables web applications to uniquely identify a user across a number of different actions and requests, while keeping the state of the data generated by the user and ensuring it is assigned to that user

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

What are Cookies?

A

Text file used to store information about a user when they visit a website

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

What are Session (Non-Persistent) cookies?

A

Reside in memory, and are deleted when the browser instance is closed

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

What are Persistent Cookies?

A

Cookies that are stored in the browser cache until they are deleted by the user or pass a defined expiration date

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

What is a Session Hijacking?

A

An attacker takes over an active session between a user and a system after the user has already authenticated (often by stealing cookies, tokens, or session IDs)

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

What are Session Prediction Attacks?

A

A type of spoofing attack where the attacker attempts to predict the session token to hijack a session

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

What is Cookie Poisoning?

A

An attacker modifies the contents of a cookie stored on a user’s device to gain unauthorized access or escalate privileges.

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