ID | Name |
---|---|
T1056.001 | Keylogging |
T1056.002 | GUI Input Capture |
T1056.003 | Web Portal Capture |
T1056.004 | Credential API Hooking |
Adversaries may mimic common operating system GUI components to prompt users for credentials with a seemingly legitimate prompt. When programs are executed that need additional privileges than are present in the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: Bypass User Account Control).
Adversaries may mimic this functionality to prompt users for credentials with a seemingly legitimate prompt for a number of reasons that mimic normal usage, such as a fake installer requiring additional access or a fake malware removal suite.[1] This type of prompt can be used to collect credentials via various languages such as AppleScript[2][3][4] and PowerShell.[2][5][4] On Linux systems adversaries may launch dialog boxes prompting users for credentials from malicious shell scripts or the command line (i.e. Unix Shell).[4]
ID | Name | Description |
---|---|---|
S0482 | Bundlore | |
S0274 | Calisto |
Calisto presents an input prompt asking for the user's login and password.[7] |
S0281 | Dok | |
G0085 | FIN4 |
FIN4 has presented victims with spoofed Windows Authentication prompts to collect their credentials.[9][10] |
S0278 | iKitten | |
S0276 | Keydnap | |
S0455 | Metamorfo |
Metamorfo has displayed fake forms on top of banking sites to intercept credentials from victims.[12] |
S0279 | Proton | |
S0692 | SILENTTRINITY |
SILENTTRINITY's |
S0658 | XCSSET |
XCSSET prompts the user to input credentials using a native macOS dialog box leveraging the system process |
ID | Mitigation | Description |
---|---|---|
M1017 | User Training |
Use user training as a way to bring awareness and raise suspicion for potentially malicious events and dialog boxes (ex: Office documents prompting for credentials). |
ID | Data Source | Data Component |
---|---|---|
DS0017 | Command | Command Execution |
DS0009 | Process | Process Creation |
DS0012 | Script | Script Execution |
Monitor process execution for unusual programs as well as malicious instances of Command and Scripting Interpreter that could be used to prompt users for credentials. For example, command/script history including abnormal parameters (such as requests for credentials and/or strings related to creating password prompts) may be malicious.[4]
Inspect and scrutinize input prompts for indicators of illegitimacy, such as non-traditional banners, text, timing, and/or sources.