Skip to content
Threat Feed
rumour rumour

Lightweight Backdoor Uses desktop.ini Whitespace for C2 Configuration

A 12 KB Windows backdoor evades traditional detection by storing its command-and-control infrastructure within hidden whitespace characters inside standard desktop.ini configuration files.

Security researchers have identified a sophisticated, lightweight (12 KB) backdoor targeting Windows environments that employs a novel configuration obfuscation technique. Instead of storing C2 domain information in cleartext or standard configuration keys, the malware hides this data within whitespace characters inside local desktop.ini files. By leveraging a common system file that exists in many directories, the backdoor evades basic static analysis and string-based detection mechanisms. Once executed, the backdoor parses these specific hidden sequences to initialize its C2 communications. This technique highlights a persistent threat where adversaries manipulate common system configuration files to facilitate stealthy communications, complicating forensic investigations and detection efforts.

Impact

The use of legitimate system files as covert storage mediums complicates host-based detection and long-term persistence tracking. If successfully deployed, the backdoor allows for covert remote command execution and potential data exfiltration from affected Windows endpoints, though the current scope of infections remains under active investigation.

Recommendation

Detection teams should focus on identifying unauthorized modifications to desktop.ini files or abnormal reading of these files by non-system processes. Since desktop.ini files are typically accessed by Explorer.exe, monitor for any unexpected process attempting to read or parse these files, especially those residing in common user directories or hidden folders. Deploy file integrity monitoring (FIM) to alert on modifications to desktop.ini files in directories where the files should remain static.

Threat Hunt

Access to desktop.ini by non-Explorer processes

T1071.001 medium medium confidence hunt now

Data: Sysmon Event ID 11 or 15

Mitigations

Enable File Integrity Monitoring (FIM) on desktop.ini files.

medium_term IT Operations

Persistence and configuration tampering