Braodo Stealer Screen Capture Activity
The Braodo stealer malware captures victim desktop screenshots and stages them in temporary directories, facilitating subsequent data exfiltration.
Braodo stealer is a malicious software strain documented to perform unauthorized desktop screen captures. The malware targets Windows endpoints to record user activity, saving the output in image formats including .png, .jpg, and .bmp. These files are systematically written to directories containing the 'temp' string to blend in with legitimate system and application transient files before being staged for exfiltration. This behavior is indicative of an information-stealing operation, where captured imagery provides the adversary with sensitive visual data, such as credentials, system configuration, or personal information displayed on the desktop. The activity has been observed in various campaigns, including those linked to the StealC and Vidar stealers, as well as the Hellcat ransomware, emphasizing its role as a common component of modern multi-stage cyberattacks.
Attack Chain
- Initial access is established on the Windows endpoint via secondary malicious payload delivery.
- The malware executes and identifies system process environments to ensure persistence and privilege requirements.
- The Braodo stealer component invokes Windows API calls to capture the desktop image.
- The captured screen image is encoded and temporarily held in system memory.
- The malware writes the screen capture to the filesystem using fixed names like screenshot.png or screenshot.jpg.
- The file is saved within a user or system temporary folder (e.g., C:\Users<user>\AppData\Local\Temp) to minimize detection.
- The malware verifies the successful write operation to the temporary directory.
- The captured image is exfiltrated to an attacker-controlled command and control server.
Impact
The primary impact of this activity is the unauthorized acquisition of sensitive visual data from the compromised endpoint. By capturing the screen, attackers gain insight into active applications, open browser sessions, and potentially sensitive documents, which can lead to identity theft, financial fraud, or further lateral movement within a compromised network.
Recommendation
Deploy detection for file creation events involving common screen capture filenames in temporary directories to identify potential infostealer activity. Ensure that Sysmon Event ID 11 (FileCreate) is being collected across all Windows endpoints and forwarded to the SIEM. Integrate the provided Sigma rule to alert on suspicious file writing patterns in the temp directory.
Immediate actions
Deploy the provided Sigma rule to production SIEM.
Threat Hunt
Search for existing file creation events matching common screenshot filenames in temp paths over the past 30 days.
Data: Sysmon Event ID 11
Detection coverage 1
Detect Braodo Stealer Screen Capture in Temp Folder
mediumDetects the creation of common screenshot file names in temporary folders, a technique used by Braodo and other stealers to stage captured data.
Detection queries are available on the platform. Get full rules →