Executive Summary
SMOKEDHAM is a PowerShell‑based .NET backdoor used by ransomware affiliates such as DarkSide. It establishes persistent, encrypted C2 channels, delivers auxiliary payloads, and supports data exfiltration under the guise of legitimate HTTPS traffic. Security teams should monitor for encoded PowerShell commands, block known C2 domains, and implement strict execution policies.
Enhanced Description
SMOKEDHAM is a malware family composed of PowerShell‑based .NET backdoor components that first surfaced in the FireEye security briefings in May 2021. The code base has been observed being used by at least one ransomware‑as‑a‑service affiliate, specifically the DarkSide operation, indicating that SMOCKENHAM serves as a versatile command and control (C2) platform for delivering additional payloads such as ransomware installers. The backdoor operates entirely in memory using dynamically loaded .NET assemblies executed through encoded PowerShell commands. This delivery mechanism allows it to evade traditional signature‑based detection while maintaining persistence on the victim’s Windows system via registry run keys or scheduled tasks. SMOKEDHAM can receive remote instructions, download additional modules, establish encrypted tunnels, and exfiltrate data from compromised machines. Because the operators use a standard .NET framework for both execution logic and communication encryption, most network activity is disguised as benign HTTPS traffic, making it difficult to flag without behavioral analysis. The tool’s modular design also means new subcomponents can be injected on‑the‑fly, enabling flexibility in lateral movement, privileged escalation, or ransomware deployment. Overall, SMOKEDHAM represents a sophisticated backdoor that enhances an attacker’s ability to maintain covert footholds within enterprise environments and facilitate the rapid rollout of opportunistic ransomware campaigns.
Key Capabilities
Recommended Actions
SMOKEDHAM is a Powershell-based .NET backdoor that was first reported in May 2021; it has been used by at least one ransomware-as-a-service affiliate.(Citation: FireEye Shining A Light on DARKSIDE May 2021)(Citation: FireEye SMOKEDHAM June 2021)