Braodo Stealer Screen Capture in TEMP Directory
This analytic detects the creation of screen capture files in the TEMP directory, specifically targeting activity associated with the Braodo stealer malware, which captures screenshots of the victim's desktop as part of its data theft activities.
The Braodo stealer malware is known for capturing screenshots of a victim’s desktop as part of its data theft activities. This malware, often distributed through malicious campaigns, targets sensitive information by creating image files of the user’s active screen. These screenshots are typically saved in directories that are easily accessible and commonly used by malware, such as temporary folders. This technique allows attackers to gather credentials, financial information, or other confidential data displayed on the screen. The stealer has been observed in campaigns originating from Vietnam, targeting users in the United States with malware, fraud, and dropshipping schemes. Detecting and responding to these types of screen capture attempts is crucial for preventing sensitive data from being compromised and exfiltrated.
Attack Chain
- The user unknowingly downloads and executes a malicious file, potentially delivered through a phishing email or drive-by download.
- The Braodo stealer malware is executed on the victim’s system.
- The malware begins capturing screenshots of the victim’s desktop using Windows APIs.
- The screenshots are saved as .png, .jpg, or .bmp files.
- The files are saved in the user’s TEMP directory (e.g., C:\Users\
\AppData\Local\Temp\). - The malware may compress or encrypt the captured screenshots.
- The malware exfiltrates the captured data to a command-and-control server.
- The attacker gains access to sensitive information displayed on the victim’s screen, such as credentials or financial data, and uses it for malicious purposes.
Impact
Successful exploitation can lead to the theft of sensitive information, including credentials, financial data, and personally identifiable information (PII). This can result in financial loss, identity theft, and reputational damage for the victim. The Braodo stealer has been observed targeting users in the United States, indicating a broad scope of potential victims. The malware’s ability to capture screenshots allows attackers to bypass multi-factor authentication and other security measures that rely on information displayed on the screen.
Recommendation
- Enable Sysmon Event ID 11 (FileCreate) logging to monitor file creation events on endpoints (required for the Sigma rules below).
- Deploy the provided Sigma rule
Detect Screen Capture Files Created in TEMP Directoryto identify potential screen capture activity in temporary directories. - Investigate any alerts generated by the Sigma rule, focusing on processes creating image files in the TEMP directory.
- Review and update endpoint security policies to prevent the execution of malware from temporary directories.
- Monitor network traffic for suspicious outbound connections from processes creating screen capture files (T1071).
Detection coverage 2
Detect Screen Capture Files Created in TEMP Directory
highDetects the creation of screen capture files (screenshot.png, screenshot.jpg, screenshot.bmp) within the TEMP directory, indicative of the Braodo stealer malware.
Detect Generic Program Saving Screenshot to Temp Directory
mediumDetects process saving screenshot to temp directory
Detection queries are kept inside the platform. Get full rules →