Executive Summary
SharpDisco is a minimalistic C# dropper used by MoustachedBouncer since at least 2020, designed to load and execute additional malicious plug‑ins on Windows systems. The loader hides its presence in benign directories and dynamically injects payloads, making it a flexible foothold for a variety of adversarial actions such as credential theft or ransomware deployment. Security teams should treat any unknown C# executable that writes data to %AppData%/Local and loads DLLs using reflection as suspicious.
Enhanced Description
SharpDisco is a lightweight dropper application written in C# that first appeared in the public threat landscape during 2020. It functions primarily as a loader for malicious plug‑ins and modules used by the advanced group MoustachedBouncer, as reported by ESET in August 2023. Once executed on a target Windows system, SharpDisco downloads or extracts additional binaries to a local folder, then dynamically loads them using the standard .NET reflection mechanism. The dropper itself is intentionally small and unobtrusive; it hides its activity behind legitimate-looking process names (often matching the name of the first plug‑in) and may write configuration files in uncommon directories such as %AppData%/Local/SharpDisco to evade simple file‑based detection. The malware’s design mirrors typical supply‑chain or “plug‑and‑play” loaders, enabling adversaries to rapidly change functional capabilities by swapping out plug‑ins while keeping the main stub constant. This architectural choice complicates attribution and makes it harder for security teams to identify the specific threat actor based solely on file hashes. Impact-wise, SharpDisco facilitates a range of downstream malicious actions – from credential theft and lateral movement to data exfiltration or ransomware delivery – depending on which plug‑ins are deployed. Its ability to run arbitrary code within the victim environment provides adversaries with a versatile foothold that can be reused across multiple campaigns.
Key Capabilities
ATT&CK Techniques
Recommended Actions
Suggested Tags
Confidence Assessment
The available data on SharpDisco is limited to a single attribution from ESET in 2023; no public samples, detailed malware analysis reports or long-term activity logs exist. Consequently, while the functional description of a dropper that loads plug‑ins is well supported, specific implementation details—such as persistence mechanisms, exact DLL names, and indicators of compromise—remain unverified.
SharpDisco is a dropper developed in C# that has been used by MoustachedBouncer since at least 2020 to load malicious plugins.(Citation: MoustachedBouncer ESET August 2023)