Executive Summary
In July 2025, cybersecurity researchers identified a new wave of cryptojacking attacks leveraging the TOR network to hide command-and-control infrastructure. Attackers targeted internet-exposed and misconfigured Docker APIs, deploying malicious containers that mined cryptocurrency on compromised infrastructures. This campaign, tracked by Akamai and initially reported by Trend Micro in June 2025, showed sophisticated behaviors including blocking rival threat actors and securing persistence, which increased the impact on affected organizations by silently draining cloud computing resources and escalating operational costs.
This incident highlights the growing convergence of container security risks and anonymizing networks like TOR, reflecting a broader trend of attackers shifting toward stealthy, infrastructure-focused exploits. With cloud-native workloads and container orchestration becoming standard, organizations face urgent regulatory and operational pressure to harden APIs and improve cloud security hygiene.
Why This Matters Now
The rise of TOR-based cryptojacking campaigns exploiting Docker misconfigurations underscores the urgent need for robust cloud workload security and API exposure management. As attacks become more automated and evasive, organizations lacking visibility into their multicloud environments are particularly vulnerable to stealthy resource theft and compliance risks.
Attack Path Analysis
The attackers initially exploited misconfigured, exposed Docker APIs to gain remote access to cloud resources. Once inside, they may have escalated privileges within the compromised containers or host to facilitate further actions. Adversaries moved laterally across workloads and possibly into broader Kubernetes clusters, leveraging insufficient segmentation. They established command and control using encrypted TOR-based channels to control infected systems. Data exfiltration was minimal, but outbound connections were maintained for persistent mining and update retrieval. The primary impact was resource hijacking for cryptomining, degrading cloud performance and causing increased operational costs.
Kill Chain Progression
Initial Compromise
Description
Attackers exploited misconfigured and exposed Docker APIs accessible from the internet to deploy malicious containers.
Related CVEs
CVE-2025-9074
CVSS 9.3A vulnerability in Docker Desktop allows local Linux containers to access the Docker Engine API via the configured Docker subnet, potentially leading to unauthorized control over other containers and host resources.
Affected Products:
Docker Inc. Docker Desktop – < 4.44.3
Exploit Status:
exploited in the wildCVE-2024-41110
CVSS 9.9A regression in Docker Engine's authorization mechanism allows attackers to bypass AuthZ plugins using specially crafted API requests, leading to unauthorized actions and potential privilege escalation.
Affected Products:
Docker Inc. Docker Engine – <= 19.03.15, <= 20.10.27, <= 23.0.14, <= 24.0.9, <= 25.0.5, <= 26.0.2, <= 26.1.4, <= 27.0.3, <= 27.1.0
Exploit Status:
exploited in the wildReferences:
MITRE ATT&CK® Techniques
Exploit Public-Facing Application
Create Account
Container Administration Command
Resource Hijacking
File Deletion
Proxy: Multi-hop Proxy
Impair Defenses
Exploitation of Remote Services
Potential Compliance Exposure
Mapping incident impact across multiple compliance frameworks.
PCI DSS 4.0 – Restrict Access to System Components and Cardholder Data
Control ID: 8.6.1
NYDFS 23 NYCRR 500 – Cybersecurity Policy
Control ID: 500.03
DORA (Digital Operational Resilience Act) – ICT Risk Management—Protective Measures
Control ID: Article 9(2)
CISA ZTMM 2.0 – Least Privilege and Segmentation
Control ID: Identity & Access Management — IAM.2.1
NIS2 Directive – Technical and Organizational Measures—Incident Prevention
Control ID: Article 21(2)(a)
Sector Implications
Industry-specific impact of the vulnerabilities, including operational, regulatory, and cloud security risks.
Information Technology/IT
Docker API exposure creates critical cryptojacking vulnerabilities requiring immediate Kubernetes security, east-west traffic monitoring, and zero trust segmentation implementations.
Financial Services
TOR-based cryptojacking attacks threaten transaction integrity and regulatory compliance, demanding enhanced egress security, threat detection, and encrypted traffic capabilities.
Health Care / Life Sciences
Misconfigured containerized healthcare applications expose patient data to cryptocurrency mining malware, violating HIPAA requirements for secure infrastructure management.
Computer Software/Engineering
Software development environments using Docker containers face resource theft and performance degradation from cryptojacking, requiring comprehensive container security frameworks.
Sources
- TOR-Based Cryptojacking Attack Expands Through Misconfigured Docker APIshttps://thehackernews.com/2025/09/tor-based-cryptojacking-attack-expands.htmlVerified
- New Malware Exploits Exposed Docker APIs to Deploy Cryptominer and Hide via Torhttps://cyberpress.org/docker-cryptominer-malware/Verified
- A critical Docker Desktop security flaw puts Windows hosts at risk of attack, so patch nowhttps://www.techradar.com/pro/security/a-critical-docker-desktop-security-flaw-puts-windows-hosts-at-risk-of-attack-so-patch-nowVerified
- Docker Fixed an AuthZ Bypass Flaw Leading to Privilege Escalation: CVE-2024-41110https://socradar.io/blog/docker-fixed-an-authz-bypass-flaw-leading-to-privilege-escalation-cve-2024-41110/Verified
Frequently Asked Questions
Cloud Native Security Fabric Mitigations and ControlsCNSF
Zero Trust segmentation, Kubernetes- and workload-aware network controls, east-west monitoring, and egress policy enforcement would have greatly reduced the blast radius and detectability of the cryptojacking campaign at every stage. Enabling CNSF controls would have restricted unauthorized Docker API exposure, minimized privilege escalation, contained lateral movement, blocked TOR-based command and control, and prevented resource hijacking.
Control: Zero Trust Segmentation
Mitigation: External access to exposed Docker APIs would be blocked based on identity and least-privilege segmentation.
Control: Kubernetes Security (AKF)
Mitigation: Misuse of elevated privileges and namespace escapes would be detected or denied.
Control: East-West Traffic Security
Mitigation: Unapproved lateral movement between workloads is detected and blocked.
Control: Egress Security & Policy Enforcement
Mitigation: TOR and suspicious egress are blocked or flagged in real-time.
Control: Encrypted Traffic (HPE)
Mitigation: Unauthorized encrypted data transfers are inspected and unusual patterns alerted.
Abnormal resource usage triggers alerts and response.
Impact at a Glance
Affected Business Functions
- IT Operations
- Cloud Services
- Data Analytics
Estimated downtime: 3 days
Estimated loss: $50,000
Potential unauthorized access to sensitive data stored within compromised containers and host systems.
Recommended Actions
Key Takeaways & Next Steps
- • Implement Zero Trust Segmentation to restrict access to management APIs like Docker, allowing only authorized sources via strict policy.
- • Enforce Kubernetes and container network security controls to prevent lateral movement and privilege escalation within clusters.
- • Apply robust egress policy enforcement to block outbound TOR, suspicious FQDNs, and unauthorized encrypted traffic from workloads.
- • Leverage east-west traffic security and anomaly-based threat detection to rapidly identify and contain malicious activity or misuse of cloud resources.
- • Regularly audit and remediate cloud API and workload exposures, supplementing network controls with continuous visibility and automated incident response.



