Injection Attacks Flashcards

1
Q

Code Injection

A

Attacker adds in their own code into a data stream. Enabled because of bad programming with an application.

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

Structured Query Language (SQL)

A

Used to manage data held in a relational database management system or stream processing relational management systems.

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

What types of code are vulnerable to code injection?

A

HTML, SQL, XML, LDAP, etc (many different codes are vulnerable)

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

Extensible Markup Language (XML)

A

A text-based markup language used as a set of rules for data transfer and storage. Both human and machine readable.

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

Dynamic-Link Library (DLL)

A

A Windows library containing code and data used for many different applications

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

DLL Injection

A

Abuses the DLL library by injecting a code in one application in order to push the code into another DLL application.

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