Dark Mode
Capec-654 Detail
Credential Prompt Impersonation
Detailed Software Likelihood: Medium Typical Severity: High
Parents: 504
An adversary, through a previously installed malicious application, impersonates a credential prompt in an attempt to steal a user's credentials.
The adversary may monitor the task list maintained by the operating system and wait for a specific legitimate credential prompt to become active. Once the prompt is detected, the adversary launches a new credential prompt in the foreground that mimics the user interface of the legitimate credential prompt. At this point, the user thinks that they are interacting with the legitimate credential prompt, but instead they are interacting with the malicious credential prompt. A second approach involves the adversary impersonating an unexpected credential prompt, but one that may often be spawned by legitimate background processes. For example, an adversary may randomly impersonate a system credential prompt, implying that a background process or commonly used application (e.g., email reader) requires authentication for some purpose. The user, believing they are interacting with a legitimate credential prompt, enters their credentials which the adversary then leverages for nefarious purposes. The ultimate goal of this attack is to obtain sensitive information (e.g., credentials) from the user.
| External ID | Source | Link | Description |
|---|---|---|---|
| CAPEC-654 | capec | https://capec.mitre.org/data/definitions/654.html | |
| CWE-1021 | cwe | http://cwe.mitre.org/data/definitions/1021.html | |
| T1056 | ATTACK | https://attack.mitre.org/wiki/Technique/T1056 | Input Capture |
| T1548.004 | ATTACK | https://attack.mitre.org/wiki/Technique/T1548/004 | Abuse Elevation Control Mechanism: Elevated Execution with Prompt |
Explore
-
Determine suitable tasks to exploit: Determine what tasks exist on the target system that may result in a user providing their credentials.
| Techniques |
|---|
| Determine what tasks prompt a user for their credentials. |
Exploit
-
Impersonate Task: Impersonate a legitimate task, either expected or unexpected, in an attempt to gain user credentials.
| Techniques |
|---|
| Prompt a user for their credentials, while making the user believe the credential request is legitimate. |
- 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.
- Malware or some other means to initially comprise the target system.
- Additional malware to impersonate a legitimate credential prompt.
| Low |
|---|
| Once an adversary has gained access to the target system, impersonating a credential prompt is not difficult. |
| Access Control | Authentication |
|---|---|
| Gain Privileges | Gain Privileges |
- An adversary monitors the system task list for Microsoft Outlook in an attempt to determine when the application may prompt the user to enter their credentials to view encrypted email. Once the task is executed, the adversary impersonates the credential prompt to obtain the user's Microsoft Outlook encryption credentials. These credentials can then be leveraged by the adversary to read a user's encrypted email.
- An adversary randomly prompts a user to enter their system credentials, tricking the user into believing that a background process requires the credentials to function. The adversary can then use these gleaned credentials to execute additional attacks or obtain data.