Executive Summary
WEBC2 is a Windows backdoor used by APT1 since 2006 that retrieves and decodes commands hidden within HTML comments from a preconfigured C&C server via standard HTTP traffic. It persists through registry run keys, can download additional modules, and provides full remote control of compromised hosts. Due to its reliance on legitimate web protocols, detection requires focused network and host monitoring to identify anomalous request patterns.
Enhanced Description
WEBC2 is a legacy Windows backdoor that first appeared in Mandiant’s APT1 case study in July 2006. The malware’s core function is to retrieve webpages from a predetermined command-and-control (C&C) server, parsing commands that are cleverly hidden inside HTML comments or custom tags. By using ordinary HTTP(S) traffic and mimicking legitimate browser User‑Agent strings, the backdoor blends into normal web activity, making it difficult for both network perimeter defenses and simple host‑based scanners to spot. Once downloaded, WEBC2 persists by adding executable paths to a registry run key under either HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER. The persistence mechanism allows it to automatically launch on system boot with the same user privileges that were first used to trigger its execution. Additionally, the backdoor can download supplementary modules or payloads from the C&C server; these modules are executed in memory, further increasing its evasiveness. Operationally, WEBC2 provides threat actors with a remote command interface: commands embedded in comments are extracted, decoded, and then carried out on the infected host. The attacker can exfiltrate data, harvest credentials, or implant additional malware components. Although the code base is simple compared to modern APT toolkits, its long‑term use demonstrates the effectiveness of stealthy HTTP‑based command channels for low‑profile persistence in enterprise environments.
Key Capabilities
ATT&CK Techniques
Recommended Actions
Suggested Tags
Confidence Assessment
The information is moderately reliable due to citations from Mandiant’s APT1 report; however, the lack of recent sample analysis, sparse technical detail beyond command retrieval mechanics, and absence of current indicators reduce confidence in fully representing contemporary use or evolution. Further research into updated samples would clarify newer capabilities or C&C infrastructure changes.
WEBC2 is a family of backdoor malware used by APT1 as early as July 2006. WEBC2 backdoors are designed to retrieve a webpage, with commands hidden in HTML comments or special tags, from a predetermined C2 server. (Citation: Mandiant APT1 Appendix)(Citation: Mandiant APT1)