Adobe RdrCEF.exe Hijack for Persistence
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.
This detection identifies a persistence technique where attackers replace Adobe Acrobat Reader’s RdrCEF.exe 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 RdrCEF.exe in the Adobe Acrobat Reader directory. The targeted versions are those using the RdrCEF.exe file located within the AcroCEF 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.
Attack Chain
- Initial access is gained through an existing compromise or vulnerability.
- The attacker locates the
RdrCEF.exefile within the Adobe Acrobat Reader installation directory (e.g.,C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroCEF\). - The legitimate
RdrCEF.exefile is either deleted or renamed. - A malicious executable is created or copied and renamed to
RdrCEF.exein the same directory. - The system is used as normal, and whenever Adobe Acrobat Reader DC is launched, the malicious
RdrCEF.exeis executed. - The malicious executable performs its intended actions, such as establishing a reverse shell, injecting code into other processes, or exfiltrating data.
- The attacker maintains persistent access to the compromised system.
Impact
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.
Recommendation
- Enable Sysmon file creation logging (Event ID 11) to detect the creation of
RdrCEF.exein the specified Adobe Acrobat Reader directories to enable the rule “Deprecated - Adobe Hijack Persistence” (Data Source: Sysmon). - Deploy the Sigma rule “Detect Adobe RdrCEF.exe File Creation” to your SIEM and tune for your environment.
- Investigate any alerts generated by the provided Sigma rule, focusing on identifying the origin and purpose of the created
RdrCEF.exefile. - Monitor for unusual process execution originating from the
RdrCEF.exefile location.
Detection coverage 2
Detect Adobe RdrCEF.exe File Creation
mediumDetects the creation of RdrCEF.exe in the Adobe Acrobat Reader directory, indicating a potential hijack for persistence.
Detect Suspicious Process Launch from RdrCEF.exe Location
mediumDetects processes being launched from the RdrCEF.exe location, which can indicate a hijacked executable.
Detection queries are kept inside the platform. Get full rules →