<?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>Data-Leakage — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/data-leakage/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 03 Jan 2024 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/data-leakage/feed.xml" rel="self" type="application/rss+xml"/><item><title>Detection of Out-of-Domain Email Forwarding in Google Workspace</title><link>https://feed.craftedsignal.io/briefs/2024-01-gworkspace-email-forwarding/</link><pubDate>Wed, 03 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-gworkspace-email-forwarding/</guid><description>Detects automatic email forwarding to external domains in Google Workspace, which may indicate data leakage or misuse by malicious insiders or compromised accounts.</description><content:encoded><![CDATA[<p>This brief focuses on detecting unauthorized email forwarding to external domains within Google Workspace environments. The primary concern is the potential for data exfiltration or misuse by malicious insiders or threat actors who have compromised user accounts. The activity is logged by Google Workspace and can be monitored using the Google Workspace Admin Reports API. The event name associated with this activity is <code>email_forwarding_out_of_domain</code>, which is generated when a user configures automatic email forwarding to an address outside the organization&rsquo;s domain. Successful exploitation of this technique can lead to the leakage of sensitive information, intellectual property theft, or compliance violations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains unauthorized access to a Google Workspace user account, potentially through phishing, credential stuffing, or other methods.</li>
<li>The attacker navigates to the Gmail settings for the compromised account.</li>
<li>The attacker configures automatic email forwarding to an external email address controlled by the attacker (e.g., a Gmail, Outlook, or ProtonMail address).</li>
<li>The attacker sets up filters to forward specific types of emails, such as those containing sensitive keywords or originating from key personnel.</li>
<li>Legitimate emails are received by the compromised user and automatically forwarded to the external address.</li>
<li>The attacker collects the forwarded emails, extracting sensitive data or using it for further malicious activities.</li>
<li>The attacker covers their tracks by deleting audit logs or modifying forwarding rules.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of unauthorized email forwarding can lead to significant data breaches, intellectual property theft, and compliance violations. The impact can range from exposure of sensitive customer data to the loss of competitive advantage due to stolen trade secrets. Depending on the volume and nature of the data exfiltrated, organizations may face legal and regulatory penalties, as well as reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to your SIEM to detect <code>email_forwarding_out_of_domain</code> events in Google Workspace logs (logsource: <code>gcp</code>, service: <code>google_workspace.login</code>).</li>
<li>Investigate any alerts generated by the Sigma rule to determine the legitimacy of the email forwarding configuration.</li>
<li>Implement multi-factor authentication (MFA) for all Google Workspace accounts to reduce the risk of account compromise.</li>
<li>Regularly review and audit email forwarding rules to identify and remove any unauthorized configurations.</li>
<li>Train users to recognize and report phishing attempts to prevent account compromise.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>data-leakage</category><category>gworkspace</category><category>email-forwarding</category></item></channel></rss>