Which type of application security testing should incorporate checks on API calls to the cloud service?
Which type of application security testing should incorporate checks on API calls to the cloud service?
Dynamic Application Security Testing (DAST) involves testing the application in its running state by sending various inputs and analyzing the responses. It is particularly suited for checking API calls to cloud services as it simulates how an attacker might interact with an application and its APIs by making requests and evaluating the responses for vulnerabilities. This form of testing actively checks the behavior of the application, making it the most relevant choice for the given scenario.
Pg 113: Static Application Security Testing (SAST): On top of the normal range of tests, these should ideally incorporate checks on API calls to the cloud service. They should also look for any static embedded credentials for those API calls, which is a growing problem.
10.1.3 Static Application Security Testing (SAST): On top of the normal range of tests, these should ideally incorporate checks on API calls to the cloud service. They should also look for any static embedded credentials for those API calls, which is a growing problem.
Static Application Security Testing (SAST) is On top of the normal range of tests, these should ideally incorporate checks on API calls to the cloud service. Hence, Correct answer is D.
Static Application Security Testing (SAST): On top of the normal range of tests, these should ideally incorporate checks on API calls to the cloud service.
A. Dynamic Application Security Testing (DAST) Dynamic Application Security Testing (DAST) is a type of application security testing that involves testing the application in its running state by sending various inputs and analyzing the responses. When it comes to checking API calls to the cloud service, DAST is particularly relevant. It simulates how an attacker might interact with an application and its APIs by making requests and evaluating the responses for vulnerabilities. Unit Testing (B), Functional Testing (C), and Static Application Security Testing (SAST) (D) are not specifically focused on testing API calls to cloud services, although they play important roles in broader application security practices. Option E ("All of the above") is not accurate in this context as DAST is the most relevant choice for checking API calls to cloud services among the options given.
API calls should be tested with all the methods reported