<?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>Anomaly — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/anomaly/</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 14:30:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/anomaly/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unusual Process Loading Mozilla NSS/Mozglue Module</title><link>https://feed.craftedsignal.io/briefs/2024-01-03-unusual-mozglue-load/</link><pubDate>Wed, 03 Jan 2024 14:30:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-03-unusual-mozglue-load/</guid><description>Detection of processes loading Mozilla NSS/Mozglue libraries (mozglue.dll, nss3.dll) outside of known Mozilla applications, potentially indicating malware or unauthorized activity.</description><content:encoded><![CDATA[<p>This brief focuses on detecting anomalous loading of Mozilla NSS (Network Security Services) and Mozglue libraries (specifically <code>mozglue.dll</code> and <code>nss3.dll</code>) by processes other than known Mozilla applications like Firefox and Thunderbird. The technique leverages Windows Sysmon Event ID 7 (ImageLoaded) to identify such instances. This activity is flagged as suspicious because legitimate software rarely loads these libraries outside of the intended Mozilla ecosystem. Attackers may attempt to load these libraries into other processes to perform malicious actions such as code injection, data exfiltration, or credential theft, while masquerading as legitimate software. This detection is crucial for identifying potentially compromised systems and preventing further damage.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access:</strong> An attacker gains initial access to the system, possibly through phishing, exploiting a vulnerability, or using stolen credentials.</li>
<li><strong>Persistence:</strong> The attacker establishes persistence on the system, ensuring continued access even after a reboot. This may involve creating scheduled tasks or modifying registry keys.</li>
<li><strong>Privilege Escalation:</strong> The attacker elevates privileges to gain higher-level access to the system. This can be achieved through exploiting kernel vulnerabilities or misconfigured services.</li>
<li><strong>Malware Installation:</strong> The attacker deploys malware or malicious tools onto the compromised system. This may involve downloading executables or scripts from a remote server.</li>
<li><strong>Code Injection:</strong> The attacker injects malicious code into a legitimate process. This is often done to evade detection and execute malicious commands in a trusted context. In this scenario, the injected code might leverage Mozilla NSS/Mozglue libraries.</li>
<li><strong>Credential Theft:</strong> The injected code attempts to steal credentials stored on the system. This may involve accessing LSASS memory or extracting credentials from web browsers.</li>
<li><strong>Data Exfiltration:</strong> The attacker exfiltrates sensitive data from the compromised system. This may involve compressing data and transferring it to a remote server using protocols like HTTP or FTP.</li>
<li><strong>Lateral Movement/Impact:</strong> Using stolen credentials or the compromised system as a pivot, the attacker moves laterally within the network to compromise additional systems, or achieves their ultimate objective, such as ransomware deployment or intellectual property theft.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation and anomalous loading of Mozilla libraries can lead to significant damage, including data breaches, financial loss, and reputational damage. Stolen credentials can be used to access sensitive systems and data, while injected code can disrupt critical business processes. The scope can range from individual workstations to entire networks, depending on the attacker&rsquo;s objectives and level of access. The detection helps prevent credential theft, data exfiltration, and lateral movement.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable Sysmon Event ID 7 (ImageLoaded) logging on all Windows endpoints to ensure visibility into loaded modules (reference: <code>data_source</code>).</li>
<li>Deploy the Sigma rule <code>Unusual Mozilla NSS/Mozglue Module Load by Non-Mozilla Process</code> to your SIEM and tune the process exceptions for your environment (reference: <code>rules</code>).</li>
<li>Investigate any instances where Mozilla NSS/Mozglue libraries are loaded by processes not explicitly allowed in the exception list to determine if malicious activity is occurring (reference: <code>search</code>).</li>
<li>Correlate detections of unusual Mozilla library loading with other suspicious activity, such as network connections to known malicious domains or the execution of unusual processes, to identify potential compromises (reference: <code>tags</code>).</li>
<li>Review and update the list of legitimate applications that may load Mozilla NSS/Mozglue libraries in your environment to reduce false positives (reference: <code>known_false_positives</code>).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>defense-evasion</category><category>anomaly</category><category>windows</category></item></channel></rss>