nerdexam
CompTIA

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.

Vulnerability discovery and analysis

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)
  • A
    14% (4)
  • B
    75% (21)
  • C
    4% (1)
  • D
    7% (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.

AIP ranges

Testing IP ranges focuses on network-level security and reachability, which is less specific to programmatic interaction than an an API.

BAPICorrect

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.

CDomains

Testing domains focuses on domain name ownership, configuration, and web-based aspects, which is not the primary interface for programmatic intelligence sharing.

DDNS

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

#API security testing#Application security#Programmatic interface#Vulnerability assessment

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice