Executive Summary
Spica is a Rust‑based Windows backdoor linked to the Star Blizzard actor, deploying covertly as a service and establishing encrypted C2 channels. Its primary functions include remote execution, data exfiltration, and persistence across reboots. Early indicators point to sophisticated evasion tactics, such as binary packing and minimal external dependencies.
Enhanced Description
Spica is a custom Windows backdoor authored in Rust, identified through recent public threat hunting activity (Google TAG COLDRIVER January 2024). The code base appears to be designed for covert persistence and remote command execution, mirroring the tactics employed by its associated actor known as Star Blizzard. Initial samples indicate that Spica installs itself in a privileged context, often deploying as a Windows service or using scheduled tasks to ensure continuity across reboots. The backdoor’s Rust implementation confers several advantages: static linking reduces reliance on external DLLs, making it more resilient against dependency‑based detection; the binary is typically compiled with optimization flags that strip symbolic information, complicating reverse engineering. Spica communicates outward via TLS‑encrypted channels to a hard‑coded command‑and‑control (C2) server, using HTTP or HTTPS payloads that mimic legitimate traffic patterns. Beyond remote code execution, preliminary analyses suggest Spica can exfiltrate collected files and system metadata, enumerate network connections, and possibly piggyback on PowerShell for lateral movement. While the full breadth of its capabilities remains to be confirmed, the observable behavior aligns with typical credential‑stealer or backdoor families seen in modern APT campaigns.
Key Capabilities
ATT&CK Techniques
Recommended Actions
Suggested Tags
Confidence Assessment
Confidence in Spica’s functionality is moderate; the description originates from a reputable threat-hunting report (Google TAG COLDRIVER), yet detailed static or dynamic analyses remain publicly unpublished. Unknown properties include exact persistence mechanisms, full enumeration of remote execution capabilities, and precise C2 command repertoire.
Spica is a custom backdoor written in Rust that has been used by Star Blizzard since at least 2023.(Citation: Google TAG COLDRIVER January 2024)