ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 413 - CAS-004 discussion

Report
Export

A security analyst has been tasked with assessing a new API The analyst needs to be able to test for a variety of different inputs, both malicious and benign, in order to close any vulnerabilities Which of the following should the analyst use to achieve this goal?

A.
Static analysis
Answers
A.
Static analysis
B.
Input validation
Answers
B.
Input validation
C.
Fuzz testing
Answers
C.
Fuzz testing
D.
Post-exploitation
Answers
D.
Post-exploitation
Suggested answer: C

Explanation:

Fuzz testing, or fuzzing, is a software testing technique that involves providing invalid, unexpected, or random data as input to a computer program. The program is then monitored for exceptions such as crashes, or failing built-in code assertions or for potential memory leaks. This type of testing can help identify security vulnerabilities that could be exploited by malicious inputs.

asked 02/10/2024
Md. Soyaeb Hossain
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first