How Attackers Are Using Legitimate Cloud Tools to Steal Business Data
• BizVuln Expert
Attackers are increasingly exploiting trusted cloud services like Google Drive, Slack, and AWS to exfiltrate data, host malware, and maintain covert command-and-control channels. This post breaks down the techniques, real-world examples, and how MSSPs can defend clients using BizVuln’s threat intelligence capabilities.
How Attackers Are Using Legitimate Cloud Tools to Steal Business Data
The modern enterprise operates in a cloud-first world. From file sharing and collaboration platforms to infrastructure-as-a-service (IaaS) and software-as-a-service (SaaS) applications, cloud tools have become the backbone of productivity. But the very features that make these tools indispensable for business — ubiquitous access, seamless sharing, and robust APIs — also make them attractive vectors for cybercriminals. Over the past few years, we’ve witnessed a paradigm shift: attackers are no longer relying solely on custom malware or rogue servers. Instead, they are “living off the land” by abusing legitimate cloud services to steal sensitive data, establish persistent access, and evade detection.
In this post, we’ll examine how adversaries weaponize trusted cloud platforms, review high-profile incidents, and outline actionable strategies that security consultants and MSSPs can implement — with a special focus on how BizVuln helps organizations detect and respond to these sophisticated threats.
How Attackers Exploit Trust in Cloud Tools
Cloud abuse typically falls into three main categories: data exfiltration, command-and-control (C2) communication, and malware hosting. The core principle is simple: because domains like drive.google.com, slack.com, or amazonaws.com are universally trusted, security tools often treat traffic to them as benign. Attackers take advantage of this blind spot.
1. File Sharing and Collaboration Platforms
Services like Google Drive, OneDrive, Dropbox, and Box are prime targets. Attackers upload stolen data using legitimate user credentials (obtained via phishing or credential stuffing) or by exploiting OAuth tokens. Once inside, they share files externally or download archives from a different IP. Because the traffic is encrypted HTTPS and the destination is a trusted CDN, traditional DLP and firewall rules rarely flag it. In more sophisticated attacks, threat actors create dedicated shared folders that synchronize automatically with the victim’s environment, acting as a stealthy data pipeline.
2. Collaboration and Messaging Tools
Slack, Microsoft Teams, and Discord have become fertile ground for C2 communication. Attackers embed malicious commands in chat messages or use webhooks and bots to issue instructions to compromised endpoints. The encrypted, real-time nature of these platforms makes it extremely difficult for network monitoring tools to distinguish between legitimate employee chatter and malicious commands. In 2021, the IcedID banking trojan was observed using Slack’s API to retrieve configuration files, while the Astaroth malware leveraged Discord’s CDN for payload delivery.
3. Cloud Storage and Infrastructure Services
AWS S3 buckets, Azure Blob Storage, and Google Cloud Storage are frequently used to host malware payloads, phishing landing pages, and even entire botnet control panels. Since these services are commonly used for legitimate business purposes, security teams rarely block them outright. Attackers also abuse serverless functions (e.g., AWS Lambda) to execute code and rotate infrastructure, making detection even harder. The notorious TeamTNT group famously used exposed Docker APIs on cloud servers to deploy cryptominers and later exfiltrated data via S3.
4. SaaS APIs and Automation Platforms
Zapier, IFTTT, and native APIs of tools like Salesforce and ServiceNow provide attackers with powerful automation capabilities. By compromising an API key or OAuth token, an adversary can set up “zaps” or workflows that automatically copy sensitive data from a CRM to an external Dropbox folder, or send emails containing stolen credentials to external addresses. These automations run under the guise of legitimate business processes, often bypassing manual review.
Real-World Examples of Cloud Tool Abuse
The following cases illustrate how serious the threat has become:
- The SolarWinds Hack (2020): Attackers used compromised Microsoft 365 accounts to access the company’s build environment. They abused legitimate Microsoft Azure and Office 365 features to exfiltrate source code and move laterally. The trust placed in Microsoft’s own cloud platforms allowed the attackers to remain undetected for months.
- Ursnif / IcedID Malware (2021-2022): These banking trojans increasingly rely on services like Google Drive and Slack for C2 and payload delivery. In one campaign, IcedID used Google Drive as a staging server to download secondary payloads, while Slack webhooks relayed stolen banking credentials to the attackers’ channel.
- TeamTNT’s Cloud Mining Operations (2021): This cybercrime group exploited misconfigured Docker containers and Kubernetes clusters running on AWS and Azure. They used legitimate cloud storage buckets to host their mining scripts and exfiltrated logs through S3, making their operations indistinguishable from normal cloud usage.
- Business Email Compromise via Cloud Sync (2023): A threat actor compromised a finance executive’s Microsoft 365 account and used the “OneDrive Sync” feature to automatically replicate all emails and attachments to an attacker-owned OneDrive account. The automatic sync was never flagged because it appeared as normal sync traffic from a trusted device.
Why Traditional Defenses Fail
Conventional security tools — signature-based antivirus, network firewalls, and even some next-gen endpoint detection systems — struggle with cloud-abuse attacks for several reasons:
- Encrypted Traffic: Virtually all cloud traffic uses HTTPS. Decrypting and inspecting every connection is costly and raises privacy concerns, so many organizations simply trust traffic to well-known cloud domains.
- Trusted Domains: Security teams often whitelist domains like
*.google.comor*.amazonaws.comto avoid blocking legitimate business activities. Attackers exploit this by hiding C2 traffic within those domains. - API-Based Abuse: Many cloud attacks occur entirely through APIs and automation, leaving no typical “malware” file to detect. An attacker can exfiltrate terabytes of data using a simple script that looks like a scheduled backup job.
- Insider Threat Blur: When valid credentials are used, it is nearly impossible for perimeter defenses to distinguish between a legitimate user and an attacker. The activity blends perfectly with normal behavior.
How to Defend Against Cloud-Abuse Attacks
While the challenges are significant, a layered defensive approach — combining strong identity controls, behavioral analytics, and continuous monitoring — can neutralize these threats. Here are key strategies that MSSPs should recommend to their clients:
1. Implement Zero Trust Principles
Treat all cloud access as untrusted until verified. Enforce conditional access policies that require multi-factor authentication (MFA) and device compliance for every session. Use just-in-time (JIT) access and limit permissions to the minimum necessary. Monitor for unusual access patterns, such as a user downloading large volumes of data to an unrecognized IP address.
2. Deploy Cloud Access Security Brokers (CASB)
A CASB sits between users and cloud applications, providing visibility into cloud usage and enforcing security policies. It can detect anomalous behaviors like mass file downloads to new locations, unauthorized sharing, or use of shadow IT applications. Integration with BizVuln allows MSSPs to correlate CASB alerts with vulnerability data from the client’s cloud environments.
3. Use User and Entity Behavior Analytics (UEBA)
UEBA tools create baselines of normal user activity and flag deviations. For example, if a finance employee suddenly starts uploading files to a personal Google Drive account at 3:00 AM, the system should trigger an alert. BizVuln’s threat intelligence feeds can enrich UEBA detections by providing known indicators of compromise (IOCs) related to cloud-abuse campaigns.
4. Monitor Cloud Logs with SIEM and SOAR
Enable comprehensive logging for all cloud services: Office 365 audit logs, AWS CloudTrail, GCP audit logs, etc. Ingest these logs into a SIEM and use correlation rules to detect suspicious activities — such as an API call to list all S3 buckets followed by a download command. Combine with SOAR playbooks to automatically isolate compromised accounts or revoke tokens. BizVuln’s dashboard aggregates these logs and presents a unified view of cloud risk across multiple tenants.
5. Hunt for Living-off-the-Land Signals
Proactively search for signs of cloud tool abuse. Look for:
- OAuth applications with excessive permissions (e.g., an app that can read all mail or access all files).
- Unscheduled sync activities from cloud storage clients.
- Unusual webhook or API calls to services like Slack, Discord, or Zapier.
- DNS requests to known cloud storage domains from non-corporate IP ranges.
BizVuln’s threat intelligence module provides curated lists of known malicious cloud endpoints and behavioral rule packs that MSSPs can deploy across their client base.
6. Embrace a Managed Detection and Response (MDR) Model
For many SMBs and mid-market companies, maintaining 24/7 oversight of cloud activities is not feasible. This is where an MSSP — leveraging a platform like BizVuln — becomes invaluable. BizVuln offers continuous vulnerability scanning, threat intelligence integration, and incident response orchestration purpose-built for multi-cloud environments. Our platform automatically correlates data from endpoints, cloud logs, and network sensors to detect cloud-abuse techniques in real time.
Conclusion: Stay Vigilant with BizVuln
The era when attackers relied on custom malware and obscure C2 servers is fading. Today’s adversaries are smarter, using the very tools that businesses depend on to steal data and maintain persistence. The shift to the cloud has expanded the attack surface, but it has also provided defenders with powerful new telemetry — provided they know where to look.
For security consultants and MSSPs, understanding these techniques is the first step. The next is equipping your clients with a robust defense that includes zero-trust architecture, continuous monitoring, and expert-led threat hunting. BizVuln is designed to help you achieve exactly that. Our platform aggregates vulnerability data, cloud audit logs, and threat intelligence into a single pane of glass, enabling you to detect and respond to cloud-abuse attacks faster and more accurately than ever before.
Don’t let your clients become the next headline. Schedule a demo of BizVuln today to see how our threat intelligence module can uncover hidden cloud-based threats and protect the data that matters most.
BizVuln is the leading MSSP platform for vulnerability management, threat intelligence, and incident response across hybrid and multi-cloud environments. Learn more at bizvuln.com.