<?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>Microsoft Outlook — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/microsoft-outlook/</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 18:15:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/microsoft-outlook/feed.xml" rel="self" type="application/rss+xml"/><item><title>Outlook Security Settings Registry Modification</title><link>https://feed.craftedsignal.io/briefs/2024-01-outlook-registry-security-settings/</link><pubDate>Wed, 03 Jan 2024 18:15:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-outlook-registry-security-settings/</guid><description>Attackers modify Outlook security settings via registry changes to enable malicious mail rules and bypass security controls, potentially leading to persistence and data compromise.</description><content:encoded><![CDATA[<p>Attackers are known to modify Outlook security settings by directly manipulating registry values. This tactic allows them to bypass built-in security controls and enable potentially malicious functionalities such as running unsafe mail client rules. This circumvention of security measures can be leveraged for various malicious purposes, including persistence, data exfiltration, and further compromise of the victim&rsquo;s system. The specific registry keys targeted reside under <code>\SOFTWARE\Microsoft\Office\Outlook\Security\</code>. This technique has been observed in various attack scenarios and poses a significant risk to organizations relying on Outlook for email communication. The modification of these registry settings may be performed by various means, ranging from manually executed commands to automated scripts deployed as part of a larger attack campaign.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to the system through methods such as phishing or exploiting vulnerabilities.</li>
<li>The attacker establishes persistence on the compromised system.</li>
<li>The attacker identifies the specific registry keys controlling Outlook security settings, located under <code>\SOFTWARE\Microsoft\Office\Outlook\Security\</code>.</li>
<li>The attacker uses a command-line tool or script (e.g., <code>reg.exe</code>, PowerShell) to modify the registry values related to Outlook security settings.</li>
<li>Specifically, values are modified to enable the execution of &ldquo;unsafe&rdquo; mail client rules, potentially allowing arbitrary code execution via crafted emails.</li>
<li>The attacker crafts a malicious email designed to trigger the newly enabled, unsafe mail rules.</li>
<li>Upon receiving the email, Outlook processes the rules, executing the attacker&rsquo;s payload.</li>
<li>The attacker achieves code execution, enabling further malicious activities, such as data exfiltration or lateral movement within the network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful modification of Outlook security settings allows attackers to execute arbitrary code within the context of the user account running Outlook. This can lead to the compromise of sensitive information contained within emails, the installation of malware, and further propagation of the attack throughout the organization. The scope of the impact depends on the privileges of the user account and the attacker&rsquo;s objectives, potentially affecting all users within an organization if the attacker gains domain administrator access.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Outlook Security Settings Updated - Registry&rdquo; to your SIEM to detect unauthorized modifications to Outlook security-related registry keys (logsource: registry_set/windows).</li>
<li>Monitor process creation events for suspicious processes (e.g., <code>reg.exe</code>, <code>powershell.exe</code>) modifying registry keys under <code>\SOFTWARE\Microsoft\Office\Outlook\Security\</code> (Sigma rule below, logsource: process_creation/windows).</li>
<li>Implement strict application control policies to prevent unauthorized execution of scripts and executables that could be used to modify registry settings.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>persistence</category><category>registry_modification</category><category>outlook</category><category>email</category></item><item><title>Suspicious MS Outlook Child Process</title><link>https://feed.craftedsignal.io/briefs/2024-01-02-suspicious-outlook-child-process/</link><pubDate>Tue, 02 Jan 2024 10:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-02-suspicious-outlook-child-process/</guid><description>Detection of suspicious child processes spawned by Microsoft Outlook, indicative of spear phishing and malicious file execution leading to potential initial access and further exploitation.</description><content:encoded><![CDATA[<p>This detection identifies suspicious child processes of Microsoft Outlook, often associated with spear phishing activity and the execution of malicious attachments. Attackers may leverage malicious documents delivered via email to execute arbitrary code on a victim&rsquo;s machine. The rule focuses on identifying processes such as <code>cmd.exe</code>, <code>powershell.exe</code>, and other system binaries being spawned by Outlook, suggesting the potential execution of malicious attachments or exploitation for initial access. This activity is designed to bypass traditional security measures and gain an initial foothold within the targeted environment. The rule is designed for data generated by Elastic Defend, but also supports third-party data sources like CrowdStrike, Microsoft Defender XDR, SentinelOne Cloud Funnel, Sysmon, and Windows Security Event Logs.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>A user receives a spear phishing email with a malicious attachment (e.g., a Microsoft Office document or PDF).</li>
<li>The user opens the attachment, unknowingly triggering embedded malicious code (e.g., macros or exploits).</li>
<li>The malicious code executes within the context of Microsoft Outlook (outlook.exe).</li>
<li>The malicious code spawns a suspicious child process, such as <code>cmd.exe</code>, <code>powershell.exe</code>, <code>mshta.exe</code>, or <code>wscript.exe</code>.</li>
<li>The spawned process executes commands to download and execute further malicious payloads from external sources.</li>
<li>The downloaded payload establishes persistence on the compromised system.</li>
<li>The attacker gains initial access and begins reconnaissance activities.</li>
<li>The attacker moves laterally within the network, escalating privileges and compromising additional systems.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>A successful attack can lead to initial access, allowing attackers to gain a foothold within the network, escalate privileges, and potentially exfiltrate sensitive data, deploy ransomware, or conduct other malicious activities. While specific victim counts and sectors are unavailable, similar attacks have targeted a wide range of industries.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Suspicious MS Outlook Child Process Spawning Command Interpreter&rdquo; to your SIEM to detect potential initial access attempts (see rule below).</li>
<li>Enable Sysmon process creation logging (Event ID 1) to provide the necessary data for the Sigma rules.</li>
<li>Block the execution of commonly abused system binaries (e.g., <code>cmd.exe</code>, <code>powershell.exe</code>, <code>wscript.exe</code>) as child processes of Outlook using application control policies where possible.</li>
<li>Implement and enforce strict macro policies in Microsoft Office applications to prevent the execution of malicious code within documents.</li>
<li>Regularly review and update email security policies to prevent spear phishing emails from reaching users.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>initial-access</category><category>phishing</category><category>malware</category><category>windows</category></item></channel></rss>