Adversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used.[1] For example, information about application windows could be used identify potential data to collect as well as identifying security tooling (Security Software Discovery) to evade.[2]
Adversaries typically abuse system features for this type of enumeration. For example, they may gather information through native system features such as Command and Scripting Interpreter commands and Native API functions.
ID | Name | Description |
---|---|---|
S0456 | Aria-body |
Aria-body has the ability to identify the titles of running windows on a compromised host.[3] |
S0438 | Attor |
Attor can obtain application window titles and then determines which windows to perform Screen Capture on.[4] |
S0454 | Cadelspy |
Cadelspy has the ability to identify open windows on the compromised host.[5] |
S0261 | Catchamas |
Catchamas obtains application windows titles and then determines which windows to perform Screen Capture on.[6] |
S1111 | DarkGate |
DarkGate will search for cryptocurrency wallets by examining application window names for specific strings.[7] DarkGate extracts information collected via NirSoft tools from the hosting process's memory by first identifying the window through the |
S0673 | DarkWatchman |
DarkWatchman reports window names along with keylogger information to provide application context.[1] |
S0038 | Duqu |
The discovery modules used with Duqu can collect information on open windows.[8] |
S1159 | DUSTTRAP | |
S0696 | Flagpro |
Flagpro can check the name of the window displayed on the system.[10] |
S1044 | FunnyDream |
FunnyDream has the ability to discover application windows via execution of |
S0531 | Grandoreiro |
Grandoreiro can identify installed security tools based on window names.[2] |
G1001 | HEXANE |
HEXANE has used a PowerShell-based keylogging tool to capture the window title.[12] |
S0431 | HotCroissant |
HotCroissant has the ability to list the names of all open windows on the infected host.[13] |
S0260 | InvisiMole |
InvisiMole can enumerate windows and child windows on a compromised host.[14][15] |
S0265 | Kazuar | |
G0032 | Lazarus Group |
Lazarus Group malware IndiaIndia obtains and sends to its C2 server the title of the window for each running process. The KilaAlfa keylogger also reports the title of the window in the foreground.[17][18][19] |
S0409 | Machete | |
S0455 | Metamorfo |
Metamorfo can enumerate all windows on the victim’s machine.[21][22] |
S0033 | NetTraveler |
NetTraveler reports window names along with keylogger information to provide application context.[23] |
S0198 | NETWIRE |
NETWIRE can discover and close windows on controlled systems.[24] |
S1090 | NightClub |
NightClub can use |
S0385 | njRAT |
njRAT gathers information about opened windows during the initial infection.[26] |
S0435 | PLEAD |
PLEAD has the ability to list open windows on the compromised host.[27][27] |
S0012 | PoisonIvy | |
S0139 | PowerDuke |
PowerDuke has a command to get text of the current foreground window.[29] |
S0650 | QakBot |
QakBot has the ability to enumerate windows on a compromised host.[30] |
S0375 | Remexi |
Remexi has a command to capture active windows on the machine and retrieve window titles.[31] |
S0240 | ROKRAT |
ROKRAT can use the |
S0692 | SILENTTRINITY |
SILENTTRINITY can enumerate the active Window during keylogging through execution of |
S0157 | SOUNDBITE |
SOUNDBITE is capable of enumerating application windows.[34] |
S0094 | Trojan.Karagany |
Trojan.Karagany can monitor the titles of open windows to identify specific keywords.[35] |
G1017 | Volt Typhoon |
Volt Typhoon has collected window title information from compromised systems.[36] |
S0219 | WINERACK |
This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of system features.
ID | Data Source | Data Component | Detects |
---|---|---|---|
DS0017 | Command | Command Execution |
Monitor executed commands and arguments for actions that could be taken to gather system and network information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell. Note: Commands can also be obtained from Payload event field for PowerShell event id 4103. For PowerShell Module logging event id 4103, enable logging for module Microsoft.PowerShell.Management. Analytic 1 - Suspicious Commands
|
DS0009 | Process | OS API Execution |
Monitor for API calls (such as Note: Most EDR tools do not support direct monitoring of API calls due to the sheer volume of calls produced by an endpoint but may have alerts or events that are based on abstractions of OS API calls. Dynamic malware analysis tools (i.e., sandboxes) can be used to trace the execution, including OS API calls, for a single PE binary. |
Process Creation |
Monitor for newly executed processes that may attempt to get a listing of open application windows. System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained. Note: Event IDs are for Sysmon (Event ID 1 - process create) and Windows Security Log (Event ID 4688 - a new process has been created). Analytic 1 - Suspicious Processes
|