<?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>Device_registration — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/device_registration/</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 14:10:07 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/device_registration/feed.xml" rel="self" type="application/rss+xml"/><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>