Injection Attacks Flashcards

1
Q

What is LDAP?

A

Lightweight Directory Access Protocol

A protocol for access and maintenance of distributed directory information services

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

What is an LDAP Injection?

A

an application attack that targets web-based applications by fabricating LDAP statements that are typically created by user input.

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

How to protect yourself from an LDAP Injection?

A

Input validation

Input sanitization

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

What is a Command Injection?

A

occurs when a threat actor is able to execute arbitrary shell commands on a host via a vulnerable web application.

Input validation and input sanitization are used to prevent it

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

What is Process Injection?

A

method of executing arbitrary code in the address space of a separate live process.

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

How do you mitigate against process injections?

A

Endpoint Security Solutions

Security Kernel Module

Practice of Least Privilege

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