Living Off the Cloud: Abusing Cloud Services for Red Teaming
现代网络威胁采用“基于云的生活”(LOTC)技术,利用可信云服务如Google Drive、Slack和GitHub进行隐秘攻击。这些服务因其广泛信任、加密传输及难以封禁而成为理想工具。攻击者通过共享文件夹分发恶意负载,并利用云函数实现持久化控制。防御需监控异常活动和API使用情况,并启用审计日志以应对这一新兴威胁。
2025-8-4 04:46:26
Author: infosecwriteups.com(查看原文)
阅读量:29
收藏
Cyber threats today no longer rely on flashy malware or sketchy infrastructure. Modern adversaries especially Advanced Persistent Threats (APTs) are turning to trusted cloud services to operate invisibly. This technique is called Living Off The Cloud (LOTC). and it’s rapidly becoming a staple of Red Team and nation-state toolkits.
Just like Living Off the Land (LOTL) involves using native OS tools, LOTC uses cloud-based infrastructure you probably already trust.
Cloud services are:
Widely used and trusted: Firewalls and proxies often allow their traffic.
Encrypted by default: Most use HTTPs, making inspection harder.
Hard to blacklist: You can’t just block Google or Microsoft in most organizations.
Globally available: Attackers don’t need infrastructure, just an account.
Command and Control via Google Drive or Dropbox
TTP Flow:
Attacker drops payloads into shared cloud folder.
Infected host polls folder every 30s via scheduled task or beacon.
Exfiltrated data (e.g., screenshots, keystrokes) uploaded as new files.