Week 1 - Other Attacks Flashcards

1
Q

What is an injection attack?

A

An attacker injects malicious code into your system

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

What does XSS stand for?

A

Cross-Site Scripting (attacks)

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

What kind of attack is XSS attacks?

A

an injection attack where the attacker inserts malicious code to target the user of a service

(malicious script in a web browser executed by a user, steals cookies and log-in info)

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

What kind of attack is a SQL injection attack?

A

targets the entire website if the website is using a SQL database. Allows them to delete website data, copy it and run malicious commands.

(unlike XSS that targets a user)

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

What is a brute force attack?

A

It’s a password attack that continuously tries different combinations of characters and letters to get access

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

What’s a dictionary attack?

A

Similar to a brute force attack, instead of random characters it uses commonly used word passwords

(like monkey, football, password)

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

What is a social engineering attack?

A

an attack method that relies on interactions with humans to carry out (tricking a person into giving out info)

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

When does a phishing attack usually occur?

A

When a malicious email is sent to a victim with a malicious link to click on

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

How is spear phishing different from regular phishing attacks?

A

Spear phishing targets specific individuals or groups (contain personal information)

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

What is spoofing?

A

A source trying to pass off as something else (masquerading as your friend’s email address)

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

What is baiting?

A

an offline attack that is used to entice a victim into doing something

(like leaving a malicious USB drive lying around)

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

What is tailgating?

A

an offline attack where the attacker gains access into a restricted area by following a real employee in or impersonate a worker

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