<?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>Memory_dump — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/memory_dump/</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>Tue, 02 Jan 2024 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/memory_dump/feed.xml" rel="self" type="application/rss+xml"/><item><title>LSASS Memory Dump Creation Detection</title><link>https://feed.craftedsignal.io/briefs/2024-01-lsass-dump-creation/</link><pubDate>Tue, 02 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-lsass-dump-creation/</guid><description>This rule identifies the creation of LSASS memory dump files, often indicative of credential access attempts using tools like Task Manager, SQLDumper, Dumpert, or AndrewSpecial, by monitoring for specific filenames and excluding legitimate dump locations.</description><content:encoded><![CDATA[<p>This detection rule identifies the creation of LSASS memory dump files on Windows systems, which is a common technique used by attackers to extract credentials. The rule focuses on specific filenames associated with LSASS dumps and tools used for creating these dumps, such as <code>lsass*.dmp</code>, <code>dumpert.dmp</code>, <code>Andrew.dmp</code>, <code>SQLDmpr*.mdmp</code>, and <code>Coredump.dmp</code>. The rule excludes known legitimate crash analysis paths and SQLDumper dump locations to reduce false positives. The rule aims to detect credential access attempts through trusted utilities such as Task Manager or SQLDumper, or known tooling such as Dumpert and AndrewSpecial. It is designed to work with data from Elastic Defend, Microsoft Defender XDR, SentinelOne Cloud Funnel, and Sysmon.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to a Windows system (e.g., through phishing or exploiting a vulnerability).</li>
<li>The attacker executes a tool or utility to create a memory dump of the LSASS process. This can be done using built-in tools like Task Manager or SQLDumper, or third-party tools like Dumpert or AndrewSpecial.</li>
<li>The tool writes the LSASS memory dump to a file with a name matching a known pattern, such as <code>lsass.dmp</code>, <code>dumpert.dmp</code>, or <code>SQLDmpr0001.mdmp</code>.</li>
<li>The file is created in a location that is not a known legitimate crash dump location (e.g., not in <code>\Windows\System32\config\systemprofile\AppData\Local\CrashDumps\</code>).</li>
<li>The attacker may move, copy, or archive the dump file to avoid detection or to prepare it for exfiltration.</li>
<li>The attacker uses another tool, such as Mimikatz, to parse the LSASS memory dump and extract credentials.</li>
<li>The attacker uses the extracted credentials to move laterally to other systems or to access sensitive data.</li>
<li>The final objective is often to gain domain administrator privileges or to exfiltrate sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation and credential extraction can lead to complete domain compromise, unauthorized access to sensitive data, and significant financial or reputational damage. The impact is amplified if the compromised system is a domain controller, jump host, or privileged admin workstation. The rule is designed to detect the initial stage of credential access and prevent further damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable Sysmon FileCreate events (Event ID 11) to capture the creation of LSASS memory dump files.</li>
<li>Deploy the Sigma rule <code>LSASS Memory Dump Creation</code> to your SIEM to detect suspicious LSASS memory dump creation events and tune for your environment.</li>
<li>Investigate any alerts generated by the Sigma rule, focusing on the process executable, parent process, file path, and user context.</li>
<li>If a suspicious LSASS memory dump is found, isolate the affected host and begin credential hygiene for implicated accounts and systems.</li>
<li>Block known malicious tools like Dumpert and AndrewSpecial from running on your network.</li>
<li>Monitor for related credential-access, staging, privilege, or lateral-movement alerts for the same user or host.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>credential_access</category><category>lsass</category><category>memory_dump</category><category>windows</category></item></channel></rss>