<?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>Infdefaultinstall - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/infdefaultinstall/</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>Thu, 03 Sep 2026 13:45:50 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/infdefaultinstall/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>Abuse of InfDefaultInstall.exe for SCT Script Execution</title><link>https://feed.craftedsignal.io/briefs/2026-09-infdefaultinstall-sct-execution/</link><pubDate>Thu, 03 Sep 2026 13:45:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-infdefaultinstall-sct-execution/</guid><description>Adversaries leverage the native Windows utility InfDefaultInstall.exe to execute malicious script content embedded within specially crafted INF files.</description><content:encoded><![CDATA[<p>InfDefaultInstall.exe is a legitimate Microsoft-signed Windows binary designed for the installation of INF (Information) files. Threat actors can abuse this utility as a Living-off-the-Land (LotL) technique to bypass security controls. By creating a malformed or specially prepared INF file containing references to script components (SCT) via scrobj.dll, an attacker can force the system to execute arbitrary code. Because the process is signed by Microsoft, this technique is frequently utilized to evade signature-based detection mechanisms that rely on process reputation. This behavior is documented in the LOLBAS (Living Off the Land Binaries and Scripts) project and has been validated by Atomic Red Team exercises. Defenders should monitor for the execution of InfDefaultInstall.exe with arguments pointing to suspicious or user-writable INF files, as this is a known vector for initial access or persistence.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker prepares a malicious INF file containing an InstallSection that references a remote or local SCT file.</li>
<li>Attacker crafts the INF file to utilize the RegisterOCX directive or similar hooks to load scrobj.dll.</li>
<li>Attacker delivers the malicious INF file to the victim endpoint through phishing or shared drive access.</li>
<li>Attacker executes InfDefaultInstall.exe from the command line, passing the path to the malicious INF file as an argument.</li>
<li>The Windows utility parses the INF, triggers the registration of the specified SCT script, and executes the payload.</li>
<li>The malicious payload runs within the context of the InfDefaultInstall.exe process, potentially leading to further compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for arbitrary code execution, which can be leveraged for lateral movement, credential theft, or the deployment of secondary malware. While InfDefaultInstall.exe is a built-in utility, its misuse allows an attacker to hide malicious activity under a trusted process identity, complicating incident response and forensic analysis.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to monitor for suspicious command-line invocations of InfDefaultInstall.exe.</li>
<li>Establish a baseline of legitimate use of InfDefaultInstall.exe within the organization; alert on any unexpected paths or execution from user-writable directories (e.g., C:\Users\Public).</li>
<li>Enable Sysmon process-creation logging (Event ID 1) and command-line auditing to capture the arguments passed to InfDefaultInstall.exe.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>living-off-the-land</category><category>execution</category><category>windows</category><category>infdefaultinstall</category></item></channel></rss>