<?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>Local Security Authority Subsystem Service (Lsass.exe) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/local-security-authority-subsystem-service-lsass.exe/</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, 21 Sep 2026 19:10:33 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/local-security-authority-subsystem-service-lsass.exe/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>Detection of Unauthorized Lsass.exe Process Termination</title><link>https://feed.craftedsignal.io/briefs/2026-09-windows-lsass-termination/</link><pubDate>Mon, 21 Sep 2026 19:10:33 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-windows-lsass-termination/</guid><description>Detection of malicious processes attempting to terminate the Local Security Authority Subsystem Service (lsass.exe) using the PROCESS_TERMINATE access mask to facilitate system instability or disable security controls.</description><content:encoded><![CDATA[<p>The Local Security Authority Subsystem Service (lsass.exe) is a core Windows process responsible for enforcing security policies and managing user credentials. Malicious actors, particularly those deploying destructive wipers like DoubleZero, often target this process to force a system shutdown, bypass security logging, or disable endpoint protection mechanisms. This brief focuses on the behavioral detection of unauthorized processes requesting the PROCESS_TERMINATE access mask (0x1) against lsass.exe. Monitoring this activity via Sysmon is critical for identifying potential data destruction attempts or sophisticated evasion techniques where an attacker seeks to cripple the host security posture.</p>
<h2 id="impact">Impact</h2>
<p>Successful termination of lsass.exe on a Windows system typically results in an immediate system crash or forced reboot, leading to service disruption, potential data loss, and the disabling of security monitoring and authentication services. This technique is characteristic of destructive campaigns where the goal is to render the system inoperable or to hide subsequent malicious activities from endpoint detection solutions.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for detection engineering teams:</p>
<ul>
<li>Enable Sysmon Event ID 10 across the environment with a configuration that includes monitoring for access requests to lsass.exe.</li>
<li>Deploy the provided Sigma rule to detect processes requesting PROCESS_TERMINATE access.</li>
<li>Investigate any process triggering this detection to identify the parent process, binary origin, and execution context.</li>
<li>Implement memory protection policies for core system processes where possible to prevent unauthorized handle acquisition.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>defense-evasion</category><category>credential-access</category><category>windows</category><category>sysmon</category></item></channel></rss>