3.2 Host / Application Security Flashcards

1
Q

Fuzzing

A

or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks

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

User Acceptance Testing

A

process of verifying that a created solution/software works for the user

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

Security regression testing

A

ensures that changes made to a system do not harm its security, are therefore of high significance, and the interest in such approaches has steadily increased

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

Stress testing

A

verifies the system’s stability and reliability by measuring its robustness and error handling capabilities under heavy load conditions

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

CE

A

In a cryptographic erase (CE), the storage media is encrypted by default. The encryption key itself is destroyed during the erasing operation. CE is a feature of self-encrypting drives (SED) and is often used with solid-state devices. Cryptographic erase can be used with hard drives, as well

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

Zero-fill

A

process that fills the entire storage device with zeroes. For SSDs and hybrid drives, zero-fill-based methods might not be reliable because the device uses wear-leveling routines in the drive controller to communicate which locations are available for use to any software process accessing the device

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

Secure Erase

A

special utility provided with some solid-state drives that can perform the sanitization of flash-based devices

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

Overwrite

A

is like zero-fill but can utilize a random pattern of ones and zeroes on the storage device

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