<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Sodinokibi - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/actors/sodinokibi/</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>Mon, 17 Aug 2026 18:37:05 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/actors/sodinokibi/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>REvil Ransomware DLL Side-Loading via Msmpeng.exe</title><link>https://feed.craftedsignal.io/briefs/2026-08-msmpeng-dll-sideloading/</link><pubDate>Mon, 17 Aug 2026 18:37:05 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-msmpeng-dll-sideloading/</guid><description>The REvil ransomware group employs DLL side-loading to bypass security controls by placing malicious 'msmpeng.exe' or 'mpsvc.dll' files in non-standard directories to execute payloads.</description><content:encoded><![CDATA[<p>The REvil ransomware threat group leverages a DLL side-loading technique to achieve persistence and facilitate code execution. Attackers drop malicious versions of the Windows Defender binaries 'msmpeng.exe' (the Antimalware Service Executable) or 'mpsvc.dll' (the Antimalware Service Library) into unauthorized file system locations. By placing these files outside of the protected 'C:\Program Files\Windows Defender' or 'WinSxS' directories, the threat actor forces the operating system to load the malicious library instead of the legitimate one when the service is invoked. This tactic is used to evade security monitoring, as the malicious activity appears to originate from a trusted Microsoft binary. Successful exploitation allows for the deployment of ransomware, leading to broad data encryption, system compromise, and significant extortion risks. This behavior has been observed in campaigns targeting enterprise organizations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains initial access to the target environment via compromised credentials or exploit.</li>
<li>The attacker performs internal reconnaissance to identify writable directories outside of System32 or protected program paths.</li>
<li>The attacker drops a malicious library, 'mpsvc.dll', or a renamed executable, 'msmpeng.exe', into the identified writable directory.</li>
<li>The attacker establishes persistence by modifying registry keys or creating services to point to the malicious binary location.</li>
<li>The OS initiates the side-loading process when the malicious executable is triggered or the service is restarted.</li>
<li>The legitimate binary loads the malicious 'mpsvc.dll' from the attacker-controlled folder due to DLL search order hijacking.</li>
<li>The payload executes in the context of the high-privileged Antimalware Service process.</li>
<li>Final objective: Ransomware deployment, file encryption, and exfiltration of sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful execution of this attack leads to the deployment of the REvil ransomware payload. The impact includes the encryption of critical business data, full system compromise, exfiltration of sensitive corporate information, and the threat of double extortion. Historical attacks associated with this technique have resulted in the disruption of critical infrastructure and widespread business outages.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Enable Sysmon Event ID 11 (FileCreate) across the endpoint fleet to identify suspicious file creation events.</li>
<li>Deploy the Sigma rules below to monitor for 'msmpeng.exe' or 'mpsvc.dll' creation events in unauthorized paths.</li>
<li>Use EDR solutions to alert on child processes spawned by instances of 'msmpeng.exe' that deviate from standard behavior.</li>
<li>Restrict write permissions on directories that are commonly used for side-loading, such as temporary folders or user-writable application data paths.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>ransomware</category><category>persistence</category><category>defense-evasion</category><category>side-loading</category></item></channel></rss>