LiveActive security incident?Get immediate response
MITRE ATT&CK® Technique

T1056.002: GUI Input Capture

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]

Adversaries may also mimic common software authentication requests, such as those from browsers or email clients. This may also be paired with user activity monitoring (i.e., Browser Information Discovery and/or Application Window Discovery) to spoof prompts when users are naturally accessing sensitive sites/data.

EnterpriseT1056.002Sub-techniqueObject v1.3Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

GUI Input Capture matters because it turns normal user trust in operating system or application prompts into a credential collection path. Instead of breaking authentication directly, an adversary may present a believable privilege, installer, browser, email, or software login dialog and persuade the user to type credentials. For leaders, the business issue is not only malware prevention; it is whether users, endpoint telemetry, SOC workflows, and incident response can distinguish legitimate credential prompts from spoofed ones across Windows, macOS, and Linux.

Executive priority

Prioritize this as an identity and endpoint resilience risk. A single convincing prompt can produce credentials that may affect privileged access, cloud/application access, or sensitive business data, depending on where the captured credentials are reused. Executives should ask whether the organization has user training and reporting paths for suspicious prompts, whether SOC teams can investigate prompt-related credential theft quickly, and whether macOS coverage is mature enough given the number of related ATT&CK software examples on macOS. This technique also supports audit and compliance discussions around security awareness, credential protection, and incident evidence collection.

Technical view

This is ATT&CK T1056.002, a sub-technique of Input Capture under collection and credential-access for Linux, macOS, and Windows. The supplied ATT&CK description highlights spoofed operating system GUI credential prompts and spoofed browser or email authentication requests, potentially implemented through AppleScript, PowerShell, or Unix shell activity. There is no official MITRE detection text for this object, but the relationship to DET0521, Behavioral Detection of Spoofed GUI Credential Prompts, indicates that defenders should focus on behavioral detection rather than static prompt content alone. SOC and IR teams should validate telemetry for script or command-line creation of dialog boxes, unexpected credential prompts from installers or fake utilities, and suspicious timing with browser/application window discovery or sensitive site access where available.

Likely telemetry

  • Endpoint process creation and command-line telemetry for AppleScript, PowerShell, Unix shell, and scripts launched by unusual parent processes
  • macOS, Windows, and Linux endpoint security events showing suspicious or unexpected GUI prompt generation
  • Application execution history for fake installers, fake malware removal tools, trojanized utilities, or applications mimicking trusted software
  • User reports, help desk tickets, and phishing/security mailbox submissions describing unexpected credential or privilege prompts
  • Browser and email client activity context when prompts appear during access to sensitive sites, email, or business applications

Detection direction

  • Treat this as a behavior-and-context detection problem: validate DET0521-style coverage for spoofed GUI credential prompts rather than relying only on malware signatures.
  • Tune for script-driven prompt creation from AppleScript, PowerShell, and Unix shell, especially when launched by downloaded applications, installers, archive contents, or unexpected user-writable paths.
  • Correlate suspicious prompts with surrounding activity such as application window discovery, browser information discovery, fake software authentication requests, or sudden credential failures after a prompt is shown.
  • Use relationship context to prioritize macOS detection validation: multiple related software entries using this technique are macOS-focused, while Windows is also supported by ATT&CK and represented by related software.
  • Account for false positives from legitimate administrative tools, installers, support workflows, and expected operating system privilege prompts. Detection should emphasize abnormal parent process, script source, user context, timing, and application reputation rather than the existence of a prompt alone.

Mitigation priorities

  • Start with M1017 User Training: teach users to question unexpected credential or privilege prompts, especially prompts from installers, utilities, browsers, or email clients that appear out of normal workflow.
  • Provide a low-friction reporting path for suspicious prompts so SOC and help desk teams can capture screenshots, timestamps, hostnames, and user context before evidence disappears.
  • Define and communicate what legitimate administrative elevation and application authentication prompts look like in the organization, including when users should expect them and when they should stop and report.
  • Use incident response playbooks that treat reported spoofed prompts as potential credential exposure events, prompting credential review and endpoint investigation rather than closing them as generic phishing awareness issues.
  • Sequence detection engineering after training by validating script execution visibility and endpoint context on Windows, macOS, and Linux systems in scope.
Additional notes and limits

The strongest relationship-driven signal is that this behavior sits under Input Capture and is used for credential-access and collection. ATT&CK relationships include FIN4 and RedCurl as groups and multiple software examples, with a notable concentration of macOS software such as Calisto, Keydnap, iKitten, Proton, Dok, Bundlore, XCSSET, and Cuckoo Stealer, plus Windows examples including Metamorfo, SILENTTRINITY, Mispadu, MuddyViper, and LP-Notes. These relationships support prioritizing both macOS and Windows validation, while the official platform list also includes Linux.

The supplied ATT&CK object does not include official detection guidance, procedure-level detail, or environment-specific indicators. This take does not assert active exploitation, current targeting, customer exposure, or guaranteed detection. Local evidence is required to determine whether users encounter this behavior, whether endpoint telemetry captures spoofed prompt creation, and whether SOC processes can respond before captured credentials are abused.

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Official MITRE ATT&CK definition

GUI Input Capture

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]

Adversaries may also mimic common software authentication requests, such as those from browsers or email clients. This may also be paired with user activity monitoring (i.e., Browser Information Discovery and/or Application Window Discovery) to spoof prompts when users are naturally accessing sensitive sites/data.

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Related techniques

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

2 rows
DomainIDNameRelationship / procedure
EnterpriseT1141Input PromptInput Prompt revoked by this object.
EnterpriseT1056Input CaptureThis object subtechnique of Input Capture.
Associated objects

Groups, software, and campaigns

GroupEnterprise

G1039: RedCurl

RedCurl is a threat actor active since 2018 notable for corporate espionage targeting a variety of locations, including Ukraine, Canada and the United Kingdom, and a variety of industries, including but not limited to travel agencies, insurance companies, and banks.[1] RedCurl is allegedly a Russian-speaking threat actor.[1][2] The group’s operations typically start with spearphishing emails to gain initial access, then the group executes discovery and collection commands and scripts to find corporate data. The group concludes operations by exfiltrating files to the C2 servers.

GroupEnterprise

G0085: FIN4

FIN4 is a financially-motivated threat group that has targeted confidential information related to the public financial market, particularly regarding healthcare and pharmaceutical companies, since at least 2013.[1][2] FIN4 is unique in that they do not infect victims with typical persistent malware, but rather they focus on capturing credentials authorized to access email and other non-public correspondence.[1][3]

MalwareEnterprise

S0455: Metamorfo

Metamorfo is a Latin-American banking trojan operated by a Brazilian cybercrime group that has been active since at least April 2018. The group focuses on targeting banks and cryptocurrency services in Brazil and Mexico.[1][2]

Windows
MalwareEnterprise

S0276: Keydnap

This piece of malware steals the content of the user's keychain while maintaining a permanent backdoor [1].

macOS
MalwareEnterprise

S0482: Bundlore

Bundlore is adware written for macOS that has been in use since at least 2015. Though categorized as adware, Bundlore has many features associated with more traditional backdoors.[1]

macOS
MalwareEnterprise

S1122: Mispadu

Mispadu is a banking trojan written in Delphi that was first observed in 2019 and uses a Malware-as-a-Service (MaaS) business model.[1][2] This malware is operated, managed, and sold by the Malteiro cybercriminal group.[2] Mispadu has mainly been used to target victims in Brazil and Mexico, and has also had confirmed operations throughout Latin America and Europe.[2][3][4]

Windows
MalwareEnterprise

S0658: XCSSET

XCSSET is a modular macOS malware family delivered through infected Xcode projects and executed when the project is compiled. Active since August 2020, it has been observed installing backdoors, spoofed browsers, collecting data, and encrypting user files. It is composed of SHC-compiled shell scripts and run-only AppleScripts, often hiding in apps that mimic system tools (such as Xcode, Mail, or Notes) or use familiar icons (like Launchpad) to avoid detection.[1][2][3]

macOS
ToolEnterprise

S0692: SILENTTRINITY

SILENTTRINITY is an open source remote administration and post-exploitation framework primarily written in Python that includes stagers written in Powershell, C, and Boo. SILENTTRINITY was used in a 2019 campaign against Croatian government agencies by unidentified cyber actors.[1][2]

Windows
Relationship explorer

All related ATT&CK context

Mitigations

Mitigation direction

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates.

ATT&CK release
19.1
Object version
1.3
Created
Modified
Raw hash
06f62a2d412d4371...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.3Current bundle06f62a2d412d…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    OSX Malware Exploits MacKeeper

    Sergei Shevchenko. (2015, June 4). New Mac OS Malware Exploits Mackeeper. Retrieved July 3, 2017.

    Open source URL
  2. [2]
    LogRhythm Do You Trust Oct 2014

    Foss, G. (2014, October 3). Do You Trust Your Computer?. Retrieved December 17, 2018.

    Open source URL
  3. [3]
    OSX Keydnap malware

    Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.

    Open source URL
  4. [4]
    Spoofing credential dialogs

    Johann Rehberger. (2021, April 18). Spoofing credential dialogs on macOS Linux and Windows. Retrieved August 19, 2021.

    Open source URL
  5. [5]
    Enigma Phishing for Credentials Jan 2015

    Nelson, M. (2015, January 21). Phishing for Credentials: If you want it, just ask!. Retrieved December 17, 2018.

    Open source URL
  6. [6]
    objsee mac malware 2017

    Patrick Wardle. (n.d.). Mac Malware of 2017. Retrieved September 21, 2018.

    Open source URL
  7. [7]
    ESET_MuddyWater_Dec2025

    ESET Research. (2025, December 2). MuddyWater: Snakes by the riverbank. Retrieved February 17, 2026.

    Open source URL
  8. [8]
    FireEye Metamorfo Apr 2018

    Sierra, E., Iglesias, G.. (2018, April 24). Metamorfo Campaigns Targeting Brazilian Users. Retrieved July 30, 2020.

    Open source URL
  9. [9]
    Symantec Calisto July 2018

    Pantig, J. (2018, July 30). OSX.Calisto. Retrieved September 7, 2018.

    Open source URL
  10. [10]
    synack 2016 review

    Patrick Wardle. (2017, January 1). Mac Malware of 2016. Retrieved September 21, 2018.

    Open source URL
  11. [11]
    group-ib_redcurl1

    Group-IB. (2020, August). RedCurl: The Pentest You Didn’t Know About. Retrieved August 9, 2024.

    Open source URL
  12. [12]
    group-ib_redcurl2

    Group-IB. (2021, November). RedCurl: The Awakening. Retrieved August 14, 2024.

    Open source URL
  13. [13]
    MacKeeper Bundlore Apr 2019

    Sushko, O. (2019, April 17). macOS Bundlore: Mac Virus Bypassing macOS Security Features. Retrieved June 30, 2020.

    Open source URL
  14. [14]
    FireEye Hacking FIN4 Dec 2014

    Vengerik, B. et al.. (2014, December 5). Hacking the Street? FIN4 Likely Playing the Market. Retrieved December 17, 2018.

    Open source URL
  15. [15]
    FireEye Hacking FIN4 Video Dec 2014

    Vengerik, B. & Dennesen, K.. (2014, December 5). Hacking the Street? FIN4 Likely Playing the Market. Retrieved January 15, 2019.

    Open source URL
  16. [16]
    Segurança Informática URSA Sophisticated Loader 2020

    Pedro Tavares (Segurança Informática). (2020, September 15). Threat analysis: The emergent URSA trojan impacts many countries using a sophisticated loader. Retrieved March 13, 2024.

    Open source URL
  17. [17]
    SCILabs Malteiro 2021

    SCILabs. (2021, December 23). Cyber Threat Profile Malteiro. Retrieved March 13, 2024.

    Open source URL
  18. [18]
    trendmicro xcsset xcode project 2020

    Mac Threat Response, Mobile Research Team. (2020, August 13). The XCSSET Malware: Inserts Malicious Code Into Xcode Projects, Performs UXSS Backdoor Planting in Safari, and Leverages Two Zero-day Exploits. Retrieved October 5, 2021.

    Open source URL
  19. [19]
    GitHub SILENTTRINITY Modules July 2019

    Salvati, M. (2019, August 6). SILENTTRINITY Modules. Retrieved March 24, 2022.

    Open source URL
  20. [20]
    Kandji Cuckoo April 2024

    Kohler, A. and Lopez, C. (2024, April 30). Malware: Cuckoo Behaves Like Cross Between Infostealer and Spyware. Retrieved August 20, 2024.

    Open source URL
  21. [21]
    Enigma Phishing for Credentials Jan 2015

    Nelson, M. (2015, January 21). Phishing for Credentials: If you want it, just ask!. Retrieved December 17, 2018.

    Open source URL
  22. [22]
    Enigma Phishing for Credentials Jan 2015

    Nelson, M. (2015, January 21). Phishing for Credentials: If you want it, just ask!. Retrieved December 17, 2018.

    Open source URL
  23. [23]
    LogRhythm Do You Trust Oct 2014

    Foss, G. (2014, October 3). Do You Trust Your Computer?. Retrieved December 17, 2018.

    Open source URL
  24. [24]
    LogRhythm Do You Trust Oct 2014

    Foss, G. (2014, October 3). Do You Trust Your Computer?. Retrieved December 17, 2018.

    Open source URL
  25. [25]
    OSX Keydnap malware

    Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.

    Open source URL
  26. [26]
    OSX Keydnap malware

    Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.

    Open source URL
  27. [27]
    OSX Malware Exploits MacKeeper

    Sergei Shevchenko. (2015, June 4). New Mac OS Malware Exploits Mackeeper. Retrieved July 3, 2017.

    Open source URL
  28. [28]
    OSX Malware Exploits MacKeeper

    Sergei Shevchenko. (2015, June 4). New Mac OS Malware Exploits Mackeeper. Retrieved July 3, 2017.

    Open source URL
  29. [29]
    Spoofing credential dialogs

    Johann Rehberger. (2021, April 18). Spoofing credential dialogs on macOS Linux and Windows. Retrieved August 19, 2021.

    Open source URL
  30. [30]
    Spoofing credential dialogs

    Johann Rehberger. (2021, April 18). Spoofing credential dialogs on macOS Linux and Windows. Retrieved August 19, 2021.

    Open source URL
  31. [31]
    mitre-attackT1056.002
    Open source URL
  32. [32]
    mitre-attackT1056.002
    Open source URL
  33. [33]
    mitre-attackT1056.002
    Open source URL
  34. [34]
    objsee mac malware 2017

    Patrick Wardle. (n.d.). Mac Malware of 2017. Retrieved September 21, 2018.

    Open source URL
  35. [35]
    ESET_MuddyWater_Dec2025

    ESET Research. (2025, December 2). MuddyWater: Snakes by the riverbank. Retrieved February 17, 2026.

    Open source URL
  36. [36]
    objsee mac malware 2017

    Patrick Wardle. (n.d.). Mac Malware of 2017. Retrieved September 21, 2018.

    Open source URL
  37. [37]
    objsee mac malware 2017

    Patrick Wardle. (n.d.). Mac Malware of 2017. Retrieved September 21, 2018.

    Open source URL
  38. [38]
    FireEye Metamorfo Apr 2018

    Sierra, E., Iglesias, G.. (2018, April 24). Metamorfo Campaigns Targeting Brazilian Users. Retrieved July 30, 2020.

    Open source URL
  39. [39]
    Symantec Calisto July 2018

    Pantig, J. (2018, July 30). OSX.Calisto. Retrieved September 7, 2018.

    Open source URL
  40. [40]
    ESET_MuddyWater_Dec2025

    ESET Research. (2025, December 2). MuddyWater: Snakes by the riverbank. Retrieved February 17, 2026.

    Open source URL
  41. [41]
    ESET_MuddyWater_Dec2025

    ESET Research. (2025, December 2). MuddyWater: Snakes by the riverbank. Retrieved February 17, 2026.

    Open source URL
  42. [42]
    synack 2016 review

    Patrick Wardle. (2017, January 1). Mac Malware of 2016. Retrieved September 21, 2018.

    Open source URL
  43. [43]
    group-ib_redcurl1

    Group-IB. (2020, August). RedCurl: The Pentest You Didn’t Know About. Retrieved August 9, 2024.

    Open source URL
  44. [44]
    group-ib_redcurl2

    Group-IB. (2021, November). RedCurl: The Awakening. Retrieved August 14, 2024.

    Open source URL
  45. [45]
    MacKeeper Bundlore Apr 2019

    Sushko, O. (2019, April 17). macOS Bundlore: Mac Virus Bypassing macOS Security Features. Retrieved June 30, 2020.

    Open source URL
  46. [46]
    FireEye Hacking FIN4 Dec 2014

    Vengerik, B. et al.. (2014, December 5). Hacking the Street? FIN4 Likely Playing the Market. Retrieved December 17, 2018.

    Open source URL
  47. [47]
    FireEye Hacking FIN4 Video Dec 2014

    Vengerik, B. & Dennesen, K.. (2014, December 5). Hacking the Street? FIN4 Likely Playing the Market. Retrieved January 15, 2019.

    Open source URL
  48. [48]
    objsee mac malware 2017

    Patrick Wardle. (n.d.). Mac Malware of 2017. Retrieved September 21, 2018.

    Open source URL
  49. [49]
    objsee mac malware 2017

    Patrick Wardle. (n.d.). Mac Malware of 2017. Retrieved September 21, 2018.

    Open source URL
  50. [50]
    SCILabs Malteiro 2021

    SCILabs. (2021, December 23). Cyber Threat Profile Malteiro. Retrieved March 13, 2024.

    Open source URL
  51. [51]
    Segurança Informática URSA Sophisticated Loader 2020

    Pedro Tavares (Segurança Informática). (2020, September 15). Threat analysis: The emergent URSA trojan impacts many countries using a sophisticated loader. Retrieved March 13, 2024.

    Open source URL
  52. [52]
    trendmicro xcsset xcode project 2020

    Mac Threat Response, Mobile Research Team. (2020, August 13). The XCSSET Malware: Inserts Malicious Code Into Xcode Projects, Performs UXSS Backdoor Planting in Safari, and Leverages Two Zero-day Exploits. Retrieved October 5, 2021.

    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.