積極的な偵察の一環として、ペネトレーション テスターは、API リクエストと応答を含むネットワーク トラフィックを傍受して分析します。API トラフィックをキャプチャして調べることで得られるものは次のうちどれですか?
正解:B
By intercepting and analyzing the API traffic, a penetration tester can gain valuable information about the authentication mechanism and the tokens used by the API. Tokens are typically used to identify and authorize users or applications that access the API. A penetration tester can use this information to perform attacks such as token hijacking, token tampering, or token replay. The other options are not directly related to the API traffic, but rather to the application logic or the network performance. References:
*CompTIA PenTest+ Certification Exam Objectives, Domain 2.0 Attacks and Exploits, Objective 2.1: Given a scenario, exploit network-based vulnerabilities, Subobjective 2.1.3: Compare and contrast web server attacks, Subobjective 2.1.3.2: Authentication attacks.
*The Official CompTIA PenTest+ Instructor and Student Guides (PT0-002), Lesson 4: Exploiting Network Vulnerabilities, Topic 4.2: Exploiting Web Application Vulnerabilities, Topic 4.2.2: Authentication Attacks.