CAPEC-202: Create Malicious Client
Standard
Draft
严重程度: Medium
CAPEC版本: 3.9
更新日期: 2023-01-24
攻击模式描述
An adversary creates a client application to interface with a target service where the client violates assumptions the service makes about clients. Services that have designated client applications (as opposed to services that use general client applications, such as IMAP or POP mail servers which can interact with any IMAP or POP client) may assume that the client will follow specific procedures.
前提条件
- The targeted service must make assumptions about the behavior of the client application that interacts with it, which can be abused by an adversary.
所需资源
- The adversary must be able to reverse engineer a client of the targeted service. However, the adversary does not need to reverse engineer all client functionality - they only need to recreate enough of the functionality to access the desired server functionality.