CAPEC-383: Harvesting Information via API Event Monitoring

Detailed Draft 严重程度: Low

CAPEC版本: 3.9

更新日期: 2023-01-24

攻击模式描述

An adversary hosts an event within an application framework and then monitors the data exchanged during the course of the event for the purpose of harvesting any important data leaked during the transactions. One example could be harvesting lists of usernames or userIDs for the purpose of sending spam messages to those users. One example of this type of attack involves the adversary creating an event within the sub-application. Assume the adversary hosts a "virtual sale" of rare items. As other users enter the event, the attacker records via AiTM (CAPEC-94) proxy the user_ids and usernames of everyone who attends. The adversary would then be able to spam those users within the application using an automated script.

前提条件

  • The target software is utilizing application framework APIs

后果影响

影响范围: Confidentiality

技术影响: Read Data

说明: The adversary is able to gather information to potentially support further nefarious activities.

缓解措施

Leverage encryption techniques during information transactions so as to protect them from attack patterns of this kind.

分类映射

分类名称 条目ID 条目名称
ATTACK 1056.004 Input Capture: Credential API Hooking
关键信息

CAPEC ID: CAPEC-383

抽象级别: Detailed

状态: Draft

典型严重程度: Low

相关攻击模式