<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Google Cloud SDK - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/google-cloud-sdk/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 18 Sep 2026 19:08:23 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/google-cloud-sdk/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Detection of Multi-Cloud CLI Token and Credential Harvesting</title><link>https://feed.craftedsignal.io/briefs/2026-09-multi-cloud-cli-token-harvesting/</link><pubDate>Fri, 18 Sep 2026 19:08:23 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-multi-cloud-cli-token-harvesting/</guid><description>Threat actors harvest cloud and container platform authentication tokens by abusing legitimate CLI utilities to output secrets to standard streams, which can be detected via anomalous multi-provider access patterns.</description><content:encoded><![CDATA[<p>Adversaries frequently target cloud-native environments by exploiting legitimate CLI tools to exfiltrate session tokens and credentials. By executing commands such as 'az account get-access-token', 'gcloud auth print-access-token', or 'kubectl get secret', attackers can capture sensitive authentication material from a host's local session. When these actions target multiple cloud providers (AWS, GCP, Azure, GitHub, OCI, or DigitalOcean) within a short window, it strongly indicates malicious reconnaissance or automated credential harvesting rather than standard administrative tasks. This activity is critical to identify, as printed tokens can be used to pivot deeper into the cloud infrastructure, bypass MFA, or maintain persistence in the target environment. Detection engineers should baseline existing CI/CD pipelines to distinguish legitimate service-principal activity from interactive or unauthorized shell-based token access.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial access is established on the endpoint via remote shell, compromised RMM, or scheduled tasks.</li>
<li>The attacker identifies the presence of cloud CLI tools (e.g., gcloud, az, aws, gh, kubectl) in the PATH.</li>
<li>The attacker executes authentication-related commands within an interactive or scripted shell to output bearer tokens to stdout.</li>
<li>The process is repeated for different cloud provider CLI tools installed on the same host.</li>
<li>The attacker captures the printed output (tokens, identity strings, or secrets) using redirection or terminal monitoring.</li>
<li>The captured tokens are exported off-host for use in secondary authentication.</li>
<li>The final objective is unauthorized cloud API access for data exfiltration, lateral movement, or environment takeover.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful harvesting of cloud CLI tokens allows unauthorized actors to bypass local identity controls and gain persistent access to cloud resources. This can lead to massive data breaches, resource hijacking for cryptomining, or the disabling of security services within the target cloud environment. Affected sectors include any organization relying on hybrid or multi-cloud infrastructure and automated CI/CD processes.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize monitoring for CLI-based token access on all developer and jump-host systems.</p>
<ul>
<li>Implement the detection logic below to identify when users or systems interact with multiple cloud provider CLI tools in a 5-minute window.</li>
<li>Audit existing CI/CD runners and deployment scripts to establish an allowlist of service identities.</li>
<li>Force revocation and rotation of any credentials printed to stdout if unauthorized access is confirmed.</li>
<li>Utilize provider-console revocation (e.g., Azure Entra ID or GCP IAM) rather than relying on local CLI logout commands, as local logout does not invalidate tokens already captured by the attacker.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>credential-access</category><category>cloud-security</category><category>supply-chain</category></item></channel></rss>