CAPEC-637: Collect Data from Clipboard

Detailed Stable 严重程度: Low 攻击可能性: Low

CAPEC版本: 3.9

更新日期: 2023-01-24

攻击模式描述

The adversary exploits an application that allows for the copying of sensitive data or information by collecting information copied to the clipboard. Data copied to the clipboard can be accessed by other applications, such as malware built to exfiltrate or log clipboard contents on a periodic basis. In this way, the adversary aims to garner information to which they are unauthorized.

执行流程

步骤 1 Explore

[Find an application that allows copying sensititve data to clipboad] An adversary first needs to find an application that allows copying and pasting of sensitive information. This could be an application that prints out temporary passwords to the screen, private email addresses, or any other sensitive information or data

步骤 2 Experiment

[Target users of the application] An adversary will target users of the application in order to obtain the information in their clipboard on a periodic basic

技术:
  • Install malware on a user's system designed to log clipboard contents periodically
  • Get the user to click on a malicious link that will bring them to an application to log the contents of the clipboard
步骤 3 Exploit

[Follow-up attack] Use any sensitive information found to carry out a follow-up attack

前提条件

  • The adversary must have a means (i.e., a pre-installed tool or background process) by which to collect data from the clipboard and store it. That is, when the target copies data to the clipboard (e.g., to paste into another application), the adversary needs some means of capturing that data in a third location.

所需技能

High To deploy a hidden process or malware on the system to automatically collect clipboard data.

后果影响

影响范围: Confidentiality

技术影响: Read Data

缓解措施

While copying and pasting of data with the clipboard is a legitimate and practical function, certain situations and context may require the disabling of this feature. Just as certain applications disable screenshot capability, applications that handle highly sensitive information should consider disabling copy and paste functionality.

Employ a robust identification and audit/blocking via using an allowlist of applications on your system. Malware may contain the functionality associated with this attack pattern.

分类映射

分类名称 条目ID 条目名称
ATTACK 1115 Clipboard Data
关键信息

CAPEC ID: CAPEC-637

抽象级别: Detailed

状态: Stable

典型严重程度: Low

攻击可能性: Low

相关攻击模式
相关CWE弱点