<?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>Acrobat Reader DC — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/acrobat-reader-dc/</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 10:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/acrobat-reader-dc/feed.xml" rel="self" type="application/rss+xml"/><item><title>Adobe RdrCEF.exe Hijack for Persistence</title><link>https://feed.craftedsignal.io/briefs/2024-01-adobe-hijack-persistence/</link><pubDate>Wed, 03 Jan 2024 10:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-adobe-hijack-persistence/</guid><description>Attackers can maintain persistence by replacing the legitimate RdrCEF.exe executable with a malicious one, which is executed every time Adobe Acrobat Reader is launched.</description><content:encoded><![CDATA[<p>This detection identifies a persistence technique where attackers replace Adobe Acrobat Reader&rsquo;s <code>RdrCEF.exe</code> with a malicious executable. This allows the attacker to gain persistence, as their malicious file will be executed every time the user launches Adobe Acrobat Reader DC. The rule focuses on detecting the file creation event of a file named <code>RdrCEF.exe</code> in the Adobe Acrobat Reader directory. The targeted versions are those using the <code>RdrCEF.exe</code> file located within the <code>AcroCEF</code> subdirectory. The purpose of this technique is to maintain unauthorized access to a compromised system. This technique was publicly discussed on Twitter as early as 2018.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Initial access is gained through an existing compromise or vulnerability.</li>
<li>The attacker locates the <code>RdrCEF.exe</code> file within the Adobe Acrobat Reader installation directory (e.g., <code>C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroCEF\</code>).</li>
<li>The legitimate <code>RdrCEF.exe</code> file is either deleted or renamed.</li>
<li>A malicious executable is created or copied and renamed to <code>RdrCEF.exe</code> in the same directory.</li>
<li>The system is used as normal, and whenever Adobe Acrobat Reader DC is launched, the malicious <code>RdrCEF.exe</code> is executed.</li>
<li>The malicious executable performs its intended actions, such as establishing a reverse shell, injecting code into other processes, or exfiltrating data.</li>
<li>The attacker maintains persistent access to the compromised system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>A successful attack allows the attacker to maintain persistent access to the compromised system. The attacker can then perform various malicious activities, such as stealing sensitive data, installing additional malware, or using the system as a foothold for lateral movement within the network. The compromise affects any user who launches Adobe Acrobat Reader on the infected machine.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable Sysmon file creation logging (Event ID 11) to detect the creation of <code>RdrCEF.exe</code> in the specified Adobe Acrobat Reader directories to enable the rule &ldquo;Deprecated - Adobe Hijack Persistence&rdquo; (Data Source: Sysmon).</li>
<li>Deploy the Sigma rule &ldquo;Detect Adobe RdrCEF.exe File Creation&rdquo; to your SIEM and tune for your environment.</li>
<li>Investigate any alerts generated by the provided Sigma rule, focusing on identifying the origin and purpose of the created <code>RdrCEF.exe</code> file.</li>
<li>Monitor for unusual process execution originating from the <code>RdrCEF.exe</code> file location.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>persistence</category><category>adobe</category><category>file_creation</category><category>hijack_execution_flow</category></item></channel></rss>