<?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>GCP Secret Manager - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/gcp-secret-manager/</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>Mon, 24 Aug 2026 21:46:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/gcp-secret-manager/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>GCP Secret Manager Cross-Project Secret Enumeration</title><link>https://feed.craftedsignal.io/briefs/2026-08-gcp-secret-manager-discovery/</link><pubDate>Mon, 24 Aug 2026 21:46:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-gcp-secret-manager-discovery/</guid><description>This threat brief details the detection of potential reconnaissance activity where an identity performs high-volume ListSecrets calls across multiple Google Cloud projects, a technique used for cloud service discovery.</description><content:encoded><![CDATA[<p>This detection brief addresses the risk of reconnaissance within Google Cloud Platform environments, specifically targeting the Secret Manager service. Attackers or unauthorized users may perform mass enumeration of secrets across a GCP organization or folder to map the environment and identify high-value targets. While the <code>ListSecrets</code> API method does not return the actual sensitive secret payload, it serves as a critical discovery step. By identifying which projects contain secrets, an adversary can prioritize subsequent <code>AccessSecretVersion</code> or <code>GetSecret</code> calls to exfiltrate credentials.</p>
<p>Defenders should look for a single identity or source IP performing <code>ListSecrets</code> across 10 or more distinct project IDs in a short lookback interval. This behavior is rarely seen from human users and is typically reserved for automated CSPM tooling, security scanners, or inventory jobs. Distinguishing malicious enumeration from authorized automation requires correlating the identity, source IP, and user-agent string against known enterprise tooling and change management records.</p>
<h2 id="impact">Impact</h2>
<p>Successful reconnaissance via Secret Manager enumeration facilitates targeted attacks against production workloads. If an adversary discovers secrets in specific projects, they may attempt to access sensitive configuration data, database credentials, or API keys, leading to potential data exfiltration or environment-wide compromise. The broad scope of this discovery technique allows attackers to map an entire cloud footprint efficiently.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable <code>DATA_READ</code> audit logging for the Google Cloud Secret Manager API to ensure <code>ListSecrets</code> events are captured in the environment's audit logs.</li>
<li>Deploy detection logic to alert on any principal performing <code>ListSecrets</code> across 10 or more distinct GCP projects within a 5-minute interval.</li>
<li>Establish an allowlist of authorized security scanners, CSPM services, and CI/CD service accounts to reduce noise in the alerting pipeline.</li>
<li>Audit IAM policies to enforce the principle of least privilege, ensuring human users and service accounts possess only the permissions required for their specific projects rather than broad, cross-project listing capabilities.</li>
<li>Investigate <code>event.outcome</code> fields to identify failed permission probing, which often precedes successful enumeration.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cloud</category><category>gcp</category><category>reconnaissance</category><category>discovery</category></item></channel></rss>