PT0-002 · Question #598
An organization has released a product that programmatically provides security intelligence to other applications from an endpoint. Which of the following should a consultant test?
The correct answer is B. API. Since the product programmatically provides security intelligence to other applications, the consultant should primarily test the Application Programming Interface (API) to ensure its security, functionality, and proper handling of requests and data.
Question
An organization has released a product that programmatically provides security intelligence to other applications from an endpoint. Which of the following should a consultant test?
Options
- AIP ranges
- BAPI
- CDomains
- DDNS
How the community answered
(28 responses)- A14% (4)
- B75% (21)
- C4% (1)
- D7% (2)
Why each option
Since the product programmatically provides security intelligence to other applications, the consultant should primarily test the Application Programming Interface (API) to ensure its security, functionality, and proper handling of requests and data.
Testing IP ranges focuses on network-level security and reachability, which is less specific to programmatic interaction than an an API.
An API (Application Programming Interface) is designed for programmatic interaction between applications. If a product provides security intelligence to other applications programmatically, it inherently exposes an API that the consultant must test for vulnerabilities, proper authentication, authorization, input validation, and data handling.
Testing domains focuses on domain name ownership, configuration, and web-based aspects, which is not the primary interface for programmatic intelligence sharing.
Testing DNS focuses on name resolution, which is a foundational network service but not the direct programmatic interface for application-to-application communication.
Concept tested: API testing scope
Source: https://owasp.org/www-project-api-security/
Topics
Community Discussion
No community discussion yet for this question.