Comprehensive analysis of the PCPJack campaign leveraging compromised cloud infrastructure, Sliver C2, Chisel tunneling, and automated SMTP relay validation to create a large-scale covert email relay network.
PCPJack is a sophisticated threat actor observed compromising cloud-hosted Linux servers across Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP). The operation transformed compromised business infrastructure into a distributed SMTP relay network capable of supporting large-scale email operations.
Analysis revealed the use of Sliver C2 implants, Chisel tunneling binaries, automated deployment scripts, SMTP capability validation, and centralized proxy synchronization infrastructure. More than 230 compromised systems were observed participating in the campaign.
High
230+
AWS / Azure / GCP
SMTP Proxy Network
Sliver
Chisel
| Attribute | Details |
|---|---|
| Threat Actor | PCPJack |
| Motivation | Unknown (Potential Spam, Phishing, Infrastructure Leasing) |
| Primary Targets | Internet-Exposed Linux Cloud Servers |
| Known Infrastructure | 213.136.80[.]73 |
| Downstream Server | 38.242.204[.]245 |
| Malware Family | Sliver Implant |
Linux cloud servers are compromised and enrolled into attacker infrastructure.
Persistent Sliver beacons establish communication with command-and-control infrastructure.
Chisel binaries are deployed and configured as persistent SOCKS5 proxies.
Systems are tested for outbound SMTP connectivity using smtp.gmail.com port 587.
Verified SMTP relays are synchronized every five minutes to downstream infrastructure.
The campaign leverages Sliver, an open-source adversary emulation framework frequently abused by threat actors. Active Linux beacons are identified and automatically tasked with deployment actions.
Each compromised host receives a Chisel binary installed as a persistent service. The proxy port is generated using an MD5 hash of the beacon UUID, ensuring consistent assignment without maintaining a centralized registry.
| Type | Indicator |
|---|---|
| C2 Server | 213.136.80[.]73 |
| Downstream Server | 38.242.204[.]245 |
| File Path | /var/tmp/.xs |
| Protocol | SMTP |
| Framework | Sliver |
| Tunneling Tool | Chisel |
| Tactic | Technique | ID |
|---|---|---|
| Persistence | Create or Modify System Process | T1543 |
| Command and Control | Proxy | T1090 |
| Command and Control | Application Layer Protocol | T1071 |
| Execution | Command and Scripting Interpreter | T1059 |
| Discovery | System Information Discovery | T1082 |