Replay Attacks & Malicious Code Flashcards

(9 cards)

1
Q

Replay Attack

A

Replay attack → attack where valid captured data such as authentication messages or session tokens are recorded and resent later to gain unauthorized access, often performed using network taps, address resolution protocol poisoning, or malware on the victim’s system.

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

Pass the Hash

A

Pass the hash → attack technique where an attacker uses a stolen password hash to authenticate without knowing the actual plaintext password, commonly seen in Windows authentication environments.

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

Browser Cookie & Session IDs

A

Browser cookies and session identifiers → small data values stored by browsers that maintain authenticated sessions, which become high-value targets because stealing them can allow session hijacking.

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

Session Hijacking

A

Session hijacking → also called sidejacking, attack where an attacker takes over an active user session by stealing session identifiers or cookies, allowing impersonation without reauthentication.

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

Header Manipulation

A

Header manipulation → attack where an attacker alters Hypertext Transfer Protocol headers to bypass security controls, inject malicious data, or impersonate legitimate users.

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

Malicious Code

A

Malicious code → any unauthorized code intentionally designed to cause harm, including malware, scripts, or injected instructions that compromise confidentiality, integrity, or availability.

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

Privilege Escalation Attack

A

Privilege escalation attack → attack where an attacker gains higher-level permissions than originally authorized, often by exploiting software vulnerabilities or misconfigurations.

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

Cross-site Request Attack

A

Cross-site request attack → attack that tricks a user’s browser into sending unintended requests to a trusted website while the user is authenticated, abusing session trust.

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

XSRF

A

Cross-site request forgery (XSRF) → attack where malicious requests are sent from a user’s authenticated browser without their knowledge, often mitigated using tokens, proper authentication checks, and request validation.

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