Umbra Wiki attack-pattern attack-pattern/CAPEC-654
Back to wiki

CAPEC-654 — Credential Prompt Impersonation

provenance: imported · ATT&CK: T1056 T1548.004 · CWE: CWE-1021

CAPEC-654: Credential Prompt Impersonation

MITRE CAPEC attack pattern

Status Stable
Typical severity High
Likelihood of attack Medium
Catalogue CAPEC 3.9 (2023-01-24)

Description

An adversary, through a previously installed malicious application, impersonates a credential prompt in an attempt to steal a user's credentials.

Where this sits in the chain

A finding maps to a weakness (CWE), a weakness is exploited by an attack pattern (CAPEC), and an attack pattern shows up in ATT&CK as observed adversary behaviour. This page is the middle hop.

Weaknesses exploited: CWE-1021

ATT&CK techniques: T1056, T1548.004

Prerequisites

  • The adversary must already have access to the target system via some means.
  • A legitimate task must exist that an adversary can impersonate to glean credentials.

Skills required

  • Low: Once an adversary has gained access to the target system, impersonating a credential prompt is not difficult.

Consequences

  • Access Control, Authentication: Gain Privileges

Mitigations

  • The only known mitigation to this attack is to avoid installing the malicious application on the device. However, to impersonate a running task the malicious application does need the GET_TASKS permission to be able to query the task list, and being suspicious of applications with that permission can help.

Source