<?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/"><channel><title>Google_workspace — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/google_workspace/</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>Thu, 28 May 2026 15:40:55 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/google_workspace/feed.xml" rel="self" type="application/rss+xml"/><item><title>Google Workspace Drive Data Transfer or Takeout Export Initiated</title><link>https://feed.craftedsignal.io/briefs/2026-05-google-workspace-drive-data-transfer/</link><pubDate>Thu, 28 May 2026 15:40:55 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-google-workspace-drive-data-transfer/</guid><description>This rule detects when Google Workspace administrators initiate bulk movement or export of user Drive data, including admin data transfer requests and Customer Takeout export jobs which can be abused by adversaries with administrative access to stage or exfiltrate sensitive files.</description><content:encoded><![CDATA[<p>The Google Workspace environment allows administrators to perform bulk data transfers of user Drive files to other in-domain accounts, as well as create Customer Takeout exports that package user or organizational data for download or transfer to external destinations. An adversary with compromised administrator credentials may abuse these features to collect sensitive files without needing to modify per-file sharing permissions. This activity is often conducted during the collection and exfiltration phases of an attack. The rule detects <code>CREATE_DATA_TRANSFER_REQUEST</code> events with Drive application scope and <code>CUSTOMER_TAKEOUT_CREATED</code> events within Google Workspace admin logs, providing visibility into potential data theft by malicious insiders or external attackers who have gained administrative privileges. Defenders should investigate any unexpected data transfer or takeout export activities to determine their legitimacy and potential impact.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains unauthorized access to a Google Workspace administrator account, potentially through credential compromise or phishing.</li>
<li>The attacker authenticates to the Google Workspace Admin console using the compromised credentials.</li>
<li>The attacker initiates a data transfer request to reassign a user&rsquo;s Drive files to another account within the same Google Workspace domain using <code>CREATE_DATA_TRANSFER_REQUEST</code>.</li>
<li>Alternatively, the attacker initiates a Customer Takeout export job (<code>CUSTOMER_TAKEOUT_CREATED</code>) to package organizational data for download. This may involve specifying a Google-provided bucket or a customer-owned Cloud Storage location.</li>
<li>The Google Workspace system processes the data transfer or export request.</li>
<li>For data transfer requests, the designated target account receives ownership or access to the transferred files.</li>
<li>For Customer Takeout exports, the data is packaged into an archive.</li>
<li>The attacker downloads the archive from the designated storage location or accesses the data through the target account, achieving exfiltration or staging of sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>A successful attack could result in the exfiltration of sensitive company data, intellectual property, or personal information stored within Google Drive. The number of affected users depends on the scope of the data transfer or takeout export. Targeted sectors could vary depending on the nature of the compromised administrator account and the data it has access to. The damage could include financial loss, reputational damage, legal liabilities, and compromise of competitive advantages.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Google Workspace Drive Data Transfer or Takeout Export Initiated&rdquo; to your SIEM to detect suspicious data transfer or takeout export activities.</li>
<li>Review admin logs for involved user accounts as described in the rule&rsquo;s &ldquo;Possible investigation steps&rdquo; section.</li>
<li>For Customer Takeout events, pivot on <code>google_workspace.admin.OBFUSCATED_CUSTOMER_TAKEOUT_REQUEST_ID</code> in Elasticsearch to find related admin events for the same export job.</li>
<li>Implement security best practices outlined by Google to prevent credential compromise and unauthorized access to administrator accounts as referenced in the <a href="https://support.google.com/a/answer/7587183">Google security best practices</a> reference.</li>
<li>Monitor the <code>user.email</code>, <code>user.target.email</code>, and <code>google_workspace.admin.new_value</code> fields in the logs to track the initiator, source, and destination users involved in data transfer requests.</li>
<li>Reduce the interval that the Google Workspace Filebeat module polls Google&rsquo;s reporting API for new events to mitigate event lag times as mentioned in the Setup section.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>google_workspace</category><category>data_exfiltration</category><category>cloud</category></item><item><title>Google Workspace Device Registration Burst for Single User</title><link>https://feed.craftedsignal.io/briefs/2026-05-google-workspace-device-registration-burst/</link><pubDate>Thu, 28 May 2026 14:10:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-google-workspace-device-registration-burst/</guid><description>Detects bursts of Google Workspace device registration events for a single user exceeding three distinct device registrations within one minute, indicative of AiTM phishing or stolen OAuth token replay attacks.</description><content:encoded><![CDATA[<p>This detection identifies anomalous Google Workspace device registration activity indicative of adversary-in-the-middle (AiTM) phishing or stolen OAuth token replay attacks. The rule focuses on bursts of <code>DEVICE_REGISTER_UNREGISTER_EVENT</code> logs where a single user registers three or more distinct device IDs within a one-minute window. While legitimate session/sync registrations can trigger this event, a high-cardinality burst is rare and suggests malicious activity, such as a phishing kit relaying user sign-ins or token-replay tooling driving multiple sessions against a stolen OAuth refresh token. This activity can lead to account compromise, data exfiltration, and unauthorized access to Google Workspace resources. The rule leverages Google Workspace device logs.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker initiates a phishing campaign targeting Google Workspace users (T1566).</li>
<li>The victim clicks a malicious link, leading to an AiTM phishing kit or a credential harvesting page (T1566.001).</li>
<li>The attacker relays the victim&rsquo;s credentials to Google, successfully authenticating and bypassing multi-factor authentication (MFA) if present (T1557).</li>
<li>The attacker&rsquo;s relay or stolen OAuth token replay tooling registers multiple device contexts in rapid succession, generating multiple <code>DEVICE_REGISTER_UNREGISTER_EVENT</code> logs with distinct <code>google_workspace.device.id</code> values (T1098.005).</li>
<li>The attacker leverages the newly registered devices or replayed tokens to gain persistent access to the victim&rsquo;s Google Workspace account (T1078.004).</li>
<li>The attacker performs unauthorized actions, such as accessing sensitive data, modifying account settings, or sending malicious emails (T1530).</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation can lead to account compromise, unauthorized access to sensitive data within Google Workspace, and potential business email compromise (BEC). The attacker could exfiltrate data, modify account settings, or use the compromised account to further propagate attacks within the organization. The impact is magnified if the compromised user has elevated privileges or access to critical resources.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule <code>Detect Google Workspace Device Registration Burst for Single User</code> to detect suspicious bursts of device registrations (Log Source: Google Workspace Device Logs).</li>
<li>Investigate users triggering the rule, focusing on device fingerprint consistency and preceding login events, as described in the rule&rsquo;s <code>note</code> section.</li>
<li>Cross-reference <code>logs-google_workspace.login</code> events for successful logins preceding the burst, examining <code>source.geo.country_name</code>, <code>source.as.organization.name</code>, and <code>user_agent.original</code> for anomalies.</li>
<li>Revoke OAuth tokens for affected users (<code>DELETE /admin/directory/v1/users/&lt;email&gt;/tokens/&lt;clientId&gt;</code>) if compromise is suspected, as mentioned in the rule&rsquo;s <code>note</code> section.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>google_workspace</category><category>device_registration</category><category>persistence</category><category>initial_access</category><category>credential_access</category></item><item><title>Google Workspace User Sign-in from Atypical Device Type</title><link>https://feed.craftedsignal.io/briefs/2026-05-google-workspace-atypical-device/</link><pubDate>Thu, 28 May 2026 14:09:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-google-workspace-atypical-device/</guid><description>This rule detects when a Google Workspace user authenticates from a device type that hasn't been observed for that user in the past 14 days, potentially indicating account compromise via AiTM kits or stolen OAuth refresh tokens.</description><content:encoded><![CDATA[<p>This detection rule identifies anomalous Google Workspace device registrations, specifically focusing on deviations from a user&rsquo;s typical device type. It leverages Google Workspace device logs to detect when a user authenticates from a device type (e.g., WINDOWS, MAC, ANDROID, IOS, LINUX) that has not been associated with them within a 14-day historical window. The rule does not flag new physical device enrollments, as the Google Reports API generates fresh device IDs on each event. Instead, it highlights situations where an attacker, using compromised credentials obtained through AiTM kits or stolen OAuth tokens, accesses a Workspace account from a device type different from the user&rsquo;s established pattern. This is a strong indicator of compromise, as these kits often relay sessions through unusual device fingerprints, such as a Windows session for a macOS user, or concurrent sessions from different OS types. Because refresh tokens persist across password resets, focus on token revocation for remediation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker compromises a user&rsquo;s Google Workspace credentials through AiTM phishing or steals an OAuth refresh token.</li>
<li>Attacker uses the stolen credentials or token to authenticate to Google Workspace.</li>
<li>Google Workspace logs a <code>DEVICE_REGISTER_UNREGISTER_EVENT</code> with a new <code>google_workspace.device.id</code> associated with the session.</li>
<li>The attacker accesses Google Workspace resources like Gmail, Drive, or Calendar.</li>
<li>The attacker may create new OAuth tokens for persistence.</li>
<li>The attacker exfiltrates sensitive data.</li>
<li>The attacker may attempt to move laterally to other cloud resources accessible via the compromised account.</li>
<li>The attacker persists by maintaining access through the stolen credentials and newly created OAuth tokens.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>A successful attack can result in unauthorized access to sensitive data within Google Workspace, including emails, documents, and calendar information. Attackers can exfiltrate data, escalate privileges, and potentially move laterally to other cloud resources. The compromise can persist even after a password reset due to the nature of OAuth refresh tokens. Affected sectors depend on the victim organization but may include any industry using Google Workspace.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Google Workspace User Sign-in from Atypical Device Type&rdquo; to detect anomalous device registrations (rule).</li>
<li>When an atypical device registration is detected, immediately suspend the user, revoke all OAuth tokens, reset the password, and clear recovery email/phone, as detailed in the rule&rsquo;s &ldquo;Response and remediation&rdquo; section.</li>
<li>Investigate <code>logs-google_workspace.login</code> events for the same user in the 24 hours leading up to the device registration, looking for suspicious ASN, country, and user agent patterns, as described in the rule&rsquo;s &ldquo;Possible investigation steps&rdquo; section.</li>
<li>Monitor <code>logs-google_workspace.token</code> events for <code>event.action: &quot;authorize&quot;</code> events around the device registration time to identify newly minted OAuth tokens (rule&rsquo;s &ldquo;Possible investigation steps&rdquo;).</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>google_workspace</category><category>persistence</category><category>account_compromise</category><category>device_registration</category></item></channel></rss>