Techniques › T1003 › T1003.001
T1003.001 LSASS Memory
credential access — Windows · attack.mitre.org · JSON
1
MITRE detection strategy
1
analytics
79
Sigma rules tagged attack.t1003.001
4
KEV CVEs mapped here
<p>Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS). After a user logs on, the system generates and stores a variety of credential materials in LSASS process memory. These credential materials can be harvested by an administrative user or SYSTEM and used to conduct Lateral Movement using Use Alternate Authentication Material.</p><p>As well as in-memory techniques, the LSASS process memory can be dumped from the target host and analyzed on a local system.</p><p>For example, on the target host use procdump:</p>
- <li><code>procdump -ma lsass.exe lsass_dump</code></li>
- <li><code>sekurlsa::Minidump lsassdump.dmp</code></li><li><code>sekurlsa::logonPasswords</code></li>
comsvcs.dll can also be used:</p>- <li><code>rundll32.exe C:\Windows\System32\comsvcs.dll MiniDump PID lsass.dmp full</code></li>
lsass.exe through Windows Error Reporting (WerFault.exe).</p><p>Windows Security Support Provider (SSP) DLLs are loaded into LSASS process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: <code>HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Security Packages</code> and <code>HKLM\SYSTEM\CurrentControlSet\Control\Lsa\OSConfig\Security Packages</code>. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.</p><p>The following SSPs can be used to access credentials:</p>- <li>Msv: Interactive logons, batch logons, and service logons are done through the MSV authentication package.</li><li>Wdigest: The Digest Authentication protocol is designed for use with Hypertext Transfer Protocol (HTTP) and Simple Authentication Security Layer (SASL) exchanges.</li><li>Kerberos: Preferred for mutual client-server domain authentication in Windows 2000 and later.</li><li>CredSSP: Provides SSO and Network Level Authentication for Remote Desktop Services.</li>
KEV CVEs mapped to this technique · CTID Mappings Explorer
| CVE | Vendor / product | Mapping type | State | Added |
|---|---|---|---|---|
| CVE-2025-32706 | Microsoft Windows | primary impact | Mapped | 2025-05-13 |
| CVE-2025-32701 | Microsoft Windows | primary impact | Mapped | 2025-05-13 |
| CVE-2024-4577 | PHP Group PHP | secondary impact | Mapped | 2024-06-12 |
| CVE-2023-26360 | Adobe ColdFusion | secondary impact | Mapped | 2023-03-15 |
Detection strategy · ATT&CK Enterprise v19.2
- DET0363 Detection of Credential Dumping from LSASS Memory via Access and Dump Sequence v1.0
AN1030 WindowsA non-privileged or abnormal process attempts to open a handle with full access (0x1F0FFF) to lsass.exe and subsequently invokes memory dump, file creation, or registry modification indicative of credential scraping. This behavior chain reflects staged credential theft activity.Tunable:
AccessMaskTimeWindowParentProcessNameDumpFilePathCommandLinePattern
Sigma rules · SigmaHQ da9bb07d64, tag attack.t1003.001
Author: Florian Roth (Nextron Systems)
· 2019-02-21 (modified 2023-03-10) · logsource: product=windows category=process_creation · 03e2746e-2b31-42f1-ab7a-eb39365b2422
Detects APT31 Judgement Panda activity as described in the Crowdstrike 2019 Global Threat Report
Author: The DFIR Report, IrishDeath
· 2025-05-19 · logsource: product=windows category=file_event · 03f4ca17-de95-428d-a75a-4ee78b047256
Detects file creation events with filename patterns used by Impacket.
Author: Florian Roth (Nextron Systems), David ANDRE (additional keywords)
· 2017-01-10 (modified 2022-01-05) · logsource: product=windows · 06d71506-7beb-4f22-8888-e2e5e2ca7fd8
This method detects mimikatz keywords in different Eventlogs (some of them only appear in older Mimikatz version that are however still used by different threat groups)
Author: Ensar Şamil, @sblmsrsn, @oscd_initiative
· 2020-10-06 (modified 2022-10-09) · logsource: product=windows category=process_creation · 0b4ae027-2a2d-4b93-8c7e-962caaba5b2a
Detects usage of Time Travel Debugging Utility. Adversaries can execute malicious processes and dump processes, such as lsass.exe, via tttracer.exe.
Author: Perez Diego (@darkquassar), oscd.community, Ecco
· 2019-10-27 (modified 2024-03-01) · logsource: product=windows category=image_load · 0e277796-5f23-4e49-a490-483131d4f6e1
Detects the load of dbghelp/dbgcore DLL by a potentially uncommon or potentially suspicious process.
The Dbghelp and Dbgcore DLLs export functions that allow for the dump of process memory. Tools like ProcessHacker, Task Manager and some attacker tradecraft use the MiniDumpWriteDump API found in dbghelp.dll or dbgcore.dll.
As an example, SilentTrynity C2 Framework has a module that leverages this API to dump the contents of Lsass.exe and transfer it over the network back to the attacker's machine.
Keep in mind that many legitimate Windows processes and services might load the aforementioned DLLs for debugging or other related purposes. Investigate the CommandLine and the Image location of the process loading the DLL.
Author: oscd.community, Natalia Shornikova
· 2020-10-06 (modified 2023-11-28) · logsource: product=windows category=process_access · 0f920ebe-7aea-4c54-b202-9aa0c609cfe5
Detects a PowerShell process requesting access to "lsass.exe", which can be indicative of potential credential dumping attempts
Author: Austin Songer @austinsonger, Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
· 2021-11-26 (modified 2024-06-21) · logsource: product=windows category=process_creation · 129966c9-de17-4334-a123-8b58172e664d
Detects when a user is potentially trying to bypass the Windows Defender AV by renaming a tool to dump64.exe and placing it in the Visual Studio folder.
Currently the rule is covering only usage of procdump but other utilities can be added in order to increase coverage.
Author: Florian Roth (Nextron Systems)
· 2022-09-20 (modified 2023-02-14) · logsource: product=windows category=process_creation · 1a1ed54a-2ba4-4221-94d5-01dee560d71e
Detects uses of a renamed legitimate createdump.exe LOLOBIN utility to dump process memory
Author: Jason (https://github.com/0xbcf)
· 2025-09-23 (modified 2025-11-23) · logsource: product=windows category=process_creation · 1f0b4cac-9c81-41f4-95d0-8475ff46b3e2
Detects potential abuse of WerFaultSecure.exe to dump Protected Process Light (PPL) processes like LSASS or to freeze security solutions (EDR/antivirus).
This technique is used by tools such as EDR-Freeze and WSASS to bypass PPL protections and access sensitive information or disable security software.
Distinct command line patterns help identify the specific tool:
- WSASS usage typically shows: "WSASS.exe WerFaultSecure.exe [PID]" in ParentCommandLine
- EDR-Freeze usage typically shows: "EDR-Freeze_[version].exe [PID] [timeout]" in ParentCommandLine
Legitimate debugging operations using WerFaultSecure are rare in production environments and should be investigated.
Author: Kirill Kiryanov, oscd.community
· 2020-10-08 (modified 2021-11-27) · logsource: product=windows category=process_creation · 23ceaf5c-b6f1-4a32-8559-f2ff734be516
Detects process dump via legitimate sqldumper.exe binary
Author: Florian Roth (Nextron Systems)
· 2020-02-04 (modified 2025-01-22) · logsource: product=windows category=process_creation · 2704ab9e-afe2-4854-a3b1-0c0706d03578
Detects the use of Dumpert process dumper, which dumps the lsass.exe process memory
Author: Florian Roth (Nextron Systems)
· 2021-08-16 (modified 2026-06-29) · logsource: product=windows category=process_creation · 2e65275c-8288-4ab4-aeb7-6274f58b6b20
Detects usage of the SysInternals Procdump utility
Author: @neu5ron, Teymur Kheirkhabarov, oscd.community
· 2020-04-02 (modified 2021-11-27) · logsource: product=zeek service=smb_files · 2e69f167-47b5-4ae7-a390-47764529eff5
Transferring files with well-known filenames (sensitive files with credential data) using network shares
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-06-09 (modified 2023-06-23) · logsource: product=windows category=process_creation · 2f869d59-7f6a-4931-992c-cce556ff2d53
Detects execution of "AdPlus.exe", a binary that is part of the Windows SDK that can be used as a LOLBIN in order to dump process memory and execute arbitrary commands.
Author: @pbssubhash
· 2022-12-08 (modified 2023-08-17) · logsource: product=windows category=registry_set · 33efc23c-6ea2-4503-8cfe-bdf82ce8f719
Detects the setting of the "DumpType" registry value to "2" which stands for a "Full Dump". Technique such as LSASS Shtinkering requires this value to be "2" in order to dump LSASS.
Author: Florian Roth (Nextron Systems)
· 2019-12-22 (modified 2024-11-23) · logsource: product=windows category=process_creation · 36d88494-1d43-4dc0-b3fa-35c8fea0ca9d
Detects the use of CreateMiniDump hack tool used to dump the LSASS process memory for credential extraction on the attacker's machine
Author: Samir Bousseaden (original elastic rule), Nasreddine Bencherchali (Nextron Systems)
· 2022-06-29 · logsource: product=windows category=process_access · 472159c5-31b9-4f56-b794-b766faa8b0a7
Detects suspicious access to LSASS handle via a call trace to "seclogon.dll" with a suspicious access right.
Author: Florian Roth (Nextron Systems), Teymur Kheirkhabarov, Daniil Yugoslavskiy, oscd.community
· 2017-03-05 (modified 2022-11-29) · logsource: product=windows service=system · 4976aa50-8f41-45c6-8b15-ab3fc10e79ed
Detects well-known credential dumping tools execution via service execution events
Author: Roberto Rodriguez, Teymur Kheirkhabarov, Dimitrios Slamaris, Mark Russinovich, Aleksey Potapov, oscd.community (update)
· 2019-11-01 (modified 2026-06-29) · logsource: product=windows service=security · 4a1b6da0-d94f-4fc3-98fc-2d9cb9e5ee76
Detects process handle on LSASS process with certain access mask
Author: Florian Roth (Nextron Systems)
· 2022-02-10 (modified 2023-11-29) · logsource: product=windows category=process_access · 4be8b654-0c01-4c9d-a10c-6b28467fc651
Detects a possible process memory dump that uses a white-listed filename like TrolleyExpress.exe as a way to dump the LSASS process memory without Microsoft Defender interference
Author: Florian Roth (Nextron Systems)
· 2022-02-10 (modified 2022-05-13) · logsource: product=windows category=process_creation · 4c0aaedc-154c-4427-ada0-d80ef9c9deb6
Detects a possible process memory dump that uses the white-listed Citrix TrolleyExpress.exe filename as a way to dump the lsass process memory
Author: Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
· 2022-01-04 (modified 2022-08-19) · logsource: product=windows category=process_creation · 515c8be5-e5df-4c5e-8f6d-a4a2f05e4b48
Detects uses of the createdump.exe LOLOBIN utility to dump process memory
Author: Florian Roth (Nextron Systems)
· 2021-02-26 (modified 2022-12-19) · logsource: product=windows category=registry_event · 55e29995-75e7-451a-bef0-6225e2f13597
Detects changes to the Registry in which a monitor program gets registered to dump the memory of the lsass.exe process
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-11-23 (modified 2026-01-09) · logsource: product=windows category=process_creation · 589ac73f-8e12-409c-964e-31a2f5775ae2
Detects execution of WSASS, a tool used to dump LSASS memory on Windows systems by leveraging WER's
(Windows Error Reporting) WerFaultSecure.EXE to bypass PPL (Protected Process Light) protections.
Author: Florian Roth (Nextron Systems)
· 2018-10-30 (modified 2025-10-19) · logsource: product=windows category=process_creation · 5afee48e-67dd-4e03-a783-f74259dcf998
Detects potential credential harvesting attempts through LSASS memory dumps using ProcDump.
This rule identifies suspicious command-line patterns that combine memory dump flags (-ma, -mm, -mp) with LSASS-related process markers.
LSASS (Local Security Authority Subsystem Service) contains sensitive authentication data including plaintext passwords, NTLM hashes, and Kerberos tickets in memory.
Attackers commonly dump LSASS memory to extract credentials for lateral movement and privilege escalation.
Author: Samir Bousseaden, Michael Haag
· 2019-04-03 (modified 2026-06-29) · logsource: product=windows category=process_access · 5ef9853e-4d0e-4a70-846f-a9ca37d876da
Detects process access requests to the LSASS process with specific call trace calls and access masks.
This behaviour is expressed by many credential dumping tools such as Mimikatz, NanoDump, Invoke-Mimikatz, Procdump and even the Taskmgr dumping feature.
Author: Florian Roth (Nextron Systems), Modexp, Nasreddine Bencherchali (Nextron Systems), Swachchhanda Shrawan Poudel (Nextron Systems)
· 2020-02-18 (modified 2025-02-23) · logsource: product=windows category=process_creation · 646ea171-dded-4578-8a4d-65e9822892e3
Detects a process memory dump via "comsvcs.dll" using rundll32, covering multiple different techniques (ordinal, minidump function, etc.)
Author: Florian Roth (Nextron Systems)
· 2022-01-28 (modified 2023-02-08) · logsource: product=windows category=process_creation · 66e563f9-1cbd-4a22-a957-d8b7c0f44372
Detects suspicious use of XORDump process memory dumping utility
Author: Florian Roth (Nextron Systems)
· 2022-03-13 (modified 2023-11-30) · logsource: product=windows category=process_access · 678dfc63-fefb-47a5-a04c-26bcf8cc9f65
Detects process access to LSASS memory with uncommon access flags 0x410 and 0x01410
Author: @pbssubhash
· 2022-12-08 · logsource: product=windows category=file_event · 6902955a-01b7-432c-b32a-6f5f81d8f625
Detects the presence of an LSASS dump file in the "CrashDumps" folder. This could be a sign of LSASS credential dumping. Techniques such as the LSASS Shtinkering have been seen abusing the Windows Error Reporting to dump said process.
Author: Swachchhanda Shrawan Poudel
· 2023-10-19 · logsource: product=windows category=file_event · 69ca12af-119d-44ed-b50f-a47af0ebc364
Detects the creation of an "lsass.dmp" file by the taskmgr process. This indicates a manual dumping of the LSASS.exe process memory using Windows Task Manager.
Author: Nasreddine Bencherchali (Nextron Systems)
· 2024-03-11 (modified 2024-06-27) · logsource: product=windows category=file_event · 736ffa74-5f6f-44ca-94ef-1c0df4f51d2a
Detects file creation events with filename patterns used by CrackMapExec.
Author: Florian Roth (Nextron Systems), Arnim Rupp
· 2018-09-09 (modified 2026-06-15) · logsource: category=antivirus · 78cc2dd2-7d20-4d32-93ff-057084c38b93
Detects a highly relevant Antivirus alert that reports password dumpers and stealers.
This event must not be ignored just because the AV has blocked the malware but investigate, how it came there in the first place and check if passwords need to be reset.
Author: Florian Roth (Nextron Systems), Tom Ueltschi
· 2019-01-16 (modified 2022-12-15) · logsource: product=windows category=process_creation · 79aeeb41-8156-4fac-a0cd-076495ab82a1
Detects NotPetya ransomware activity in which the extracted passwords are passed back to the main module via named pipe, the file system journal of drive C is deleted and Windows eventlogs are cleared using wevtutil
Author: Florian Roth (Nextron Systems)
· 2022-01-11 (modified 2023-05-09) · logsource: product=windows category=process_creation · 79b06761-465f-4f88-9ef2-150e24d3d737
Detects uses of the SysInternals ProcDump utility in which ProcDump or its output get renamed, or a dump file is moved or copied to a different name
Author: Florian Roth (Nextron Systems)
· 2019-12-31 (modified 2025-10-21) · logsource: product=windows category=process_creation · 7aa7009a-28b9-4344-8c1f-159489a390df
Detects the use of Windows Credential Editor (WCE), a popular post-exploitation tool used to extract plaintext passwords, hash, PIN code and Kerberos tickets from memory.
It is often used by threat actors for credential dumping and lateral movement within compromised networks.
Author: Florian Roth (Nextron Systems)
· 2021-04-23 (modified 2022-12-25) · logsource: product=windows category=ps_script · 84c174ab-d3ef-481f-9c86-a50d0b8e3edb
Detects a Get-Process command on lsass process, which is in almost all cases a sign of malicious activity
Author: Teymur Kheirkhabarov, oscd.community
· 2019-10-22 (modified 2021-11-27) · logsource: product=windows category=image_load · 857c8db3-c89b-42fb-882b-f681c7cf4da2
Loading unsigned image (DLL, EXE) into LSASS process
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2026-04-27 · logsource: product=windows category=process_creation · 8a1b2c3d-4e5f-6789-abcd-ef1234567890
Detects execution of MemProcFS a memory forensics tool with the '-device' parameter.
MemProcFS mounts physical memory as a virtual file system, allowing direct access to process memory and system structures.
Threat actors were seen abusing this utility to mount memory dumps and then extract sensitive information from processes like LSASS or extract registry hives to obtain credentials, LSA secrets, SAM data, and cached domain credentials.
MemProcFS usage that is not part of authorized forensic analysis should be treated as suspicious and warrants further investigation.
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-08-14 (modified 2023-02-17) · logsource: product=windows category=image_load · 8cde342c-ba48-4b74-b615-172c330f2e93
Detects rundll32 loading a renamed comsvcs.dll to dump process memory
Author: Teymur Kheirkhabarov, oscd.community
· 2019-11-01 (modified 2025-10-25) · logsource: product=windows category=file_event · 8fbf3271-1ef6-4e94-8210-03c2317947f6
Files with well-known filenames (parts of credential dump software or files produced by them) creation
Author: Teymur Kheirkhabarov, oscd.community
· 2019-10-22 (modified 2025-07-11) · logsource: product=windows service=security · 910ab938-668b-401b-b08c-b596e80fdca5
Transferring files with well-known filenames (sensitive files with credential data) using network shares
Author: Florian Roth (Nextron Systems)
· 2020-02-04 (modified 2023-05-09) · logsource: product=windows category=file_event · 93d94efc-d7ad-4161-ad7d-1638c4f908d8
Detects the creation of the default dump file used by Outflank Dumpert tool. A process dumper, which dumps the lsass process memory
Author: Teymur Kheirkhabarov, oscd.community
· 2019-11-01 (modified 2023-08-07) · logsource: product=windows category=pipe_created · 961d0ba2-3eea-4303-a930-2cf78bbfcc5e
Detects well-known credential dumping tools execution via specific named pipe creation
Author: Roberto Rodriguez @Cyb3rWard0g
· 2019-06-20 (modified 2023-12-11) · logsource: product=windows service=security · 962fe167-e48d-4fd6-9974-11e5b9a5d6d1
Detects potential mimikatz-like tools accessing LSASS from non system account
Author: @pbssubhash , Nasreddine Bencherchali
· 2022-12-08 (modified 2022-12-09) · logsource: product=windows category=process_creation · 9a4ccd1a-3526-4d99-b980-9f9c5d3a6ff3
Detects potential credential dumping via Windows Error Reporting LSASS Shtinkering technique which uses the Windows Error Reporting to dump lsass
Author: Florian Roth (Nextron Systems)
· 2022-02-10 (modified 2023-11-29) · logsource: product=windows category=process_access · 9bd012ee-0dff-44d7-84a0-aa698cfd87a3
Detects LSASS process access requests from a source process with the "dump" keyword in its image name.
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-11-27 · logsource: product=windows category=process_access · 9f5c1d59-33be-4e60-bcab-85d2f566effd
Detects suspicious process access to LSASS.exe from processes located in uncommon locations with dbgcore.dll or dbghelp.dll in the call trace.
These DLLs contain functions like MiniDumpWriteDump that can be abused for credential dumping purposes. While modern tools like Mimikatz have moved to using ntdll.dll,
dbgcore.dll and dbghelp.dll are still used by basic credential dumping utilities and legacy tools for LSASS memory access and process suspension techniques.
Author: Markus Neis
· 2018-08-26 (modified 2022-08-13) · logsource: product=windows service=windefend · a0a278fe-2c0e-4de2-ac3c-c68b08a9ba98
Detects Access to LSASS Process
Author: Florian Roth, Roberto Rodriguez, Dimitrios Slamaris, Mark Russinovich, Thomas Patzke, Teymur Kheirkhabarov, Sherif Eldeeb, James Dickenson, Aleksey Potapov, oscd.community
· 2021-11-22 (modified 2026-06-29) · logsource: product=windows category=process_access · a18dd26b-6450-46de-8c91-9659150cf088
Detects process access requests to LSASS process with potentially suspicious access flags
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-12-07 (modified 2025-12-03) · logsource: product=windows service=application · a18e0862-127b-43ca-be12-1a542c75c7c5
Detects Windows error reporting events where the process that crashed is LSASS (Local Security Authority Subsystem Service).
This could be the cause of a provoked crash by techniques such as Lsass-Shtinkering to dump credentials.
Author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
· 2020-10-20 (modified 2023-11-29) · logsource: product=windows category=process_access · a49fa4d5-11db-418c-8473-1e014a8dd462
Detects adversaries leveraging the MiniDump export function from comsvcs.dll via rundll32 to perform a memory dump from lsass.
Author: Florian Roth (Nextron Systems)
· 2021-11-15 (modified 2024-10-08) · logsource: product=windows category=file_event · a5a2d357-1ab8-4675-a967-ef9990a59391
Detects creation of files with names used by different memory dumping tools to create a memory dump of the LSASS process memory, which contains user credentials.
Author: Teymur Kheirkhabarov, oscd.community, David ANDRE (additional keywords), Tim Shelton
· 2019-10-22 (modified 2023-02-21) · logsource: product=windows category=process_creation · a642964e-bead-4bed-8910-1bb4d63e3b4d
Detection well-known mimikatz command line arguments
Author: Florian Roth (Nextron Systems)
· 2019-12-31 (modified 2021-11-27) · logsource: product=windows category=registry_event · a6b33c02-8305-488f-8585-03cb2a7763f2
Detects the use of Windows Credential Editor (WCE)
Author: sigma
· 2017-02-12 (modified 2022-10-09) · logsource: product=windows service=security · aa1697b7-d611-4f9a-9cb2-5125b4ccfd5c
Detects process handle on LSASS process with certain access mask and object type SAM_DOMAIN
Author: Patryk Prauze - ING Tech
· 2019-05-20 (modified 2023-11-29) · logsource: product=windows category=process_access · aa35a627-33fb-4d04-a165-d33b4afca3e8
Detects remote access to the LSASS process via WinRM. This could be a sign of credential dumping from tools like mimikatz.
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-10-20 (modified 2023-02-04) · logsource: product=windows category=process_creation · b1876533-4ed5-4a83-90f3-b8645840a413
Detects the execution of the hacktool SafetyKatz via PE information and default Image name
Author: Bhabesh Raj (rule), @thefLinkk
· 2022-06-27 (modified 2023-11-28) · logsource: product=windows category=process_access · b1bd3a59-c1fd-4860-9f40-4dd161a7d1f5
Detects HandleKatz opening LSASS to duplicate its handle to later dump the memory without opening any new handles
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-10-24 (modified 2023-02-04) · logsource: product=windows category=process_creation · b99a1518-1ad5-4f65-bc95-1ffff97a8fd0
Detects the use of Inveigh a cross-platform .NET IPv4/IPv6 machine-in-the-middle tool
Author: Perez Diego (@darkquassar), oscd.community, Ecco
· 2019-10-27 (modified 2022-12-09) · logsource: product=windows category=image_load · bdc64095-d59a-42a2-8588-71fd9c9d9abc
Detects the load of dbghelp/dbgcore DLL (used to make memory dumps) by suspicious processes.
Tools like ProcessHacker and some attacker tradecract use MiniDumpWriteDump API found in dbghelp.dll or dbgcore.dll.
As an example, SilentTrynity C2 Framework has a module that leverages this API to dump the contents of Lsass.exe and transfer it over the network back to the attacker's machine.
Author: Florian Roth (Nextron Systems)
· 2022-06-27 · logsource: product=windows category=file_event · c3e76af5-4ce0-4a14-9c9a-25ceb8fda182
Detects WerFault creating a dump file with a name that indicates that the dump file could be an LSASS process memory, which contains user credentials
Author: Florian Roth (Nextron Systems), Samir Bousseaden
· 2021-11-27 (modified 2023-03-02) · logsource: product=windows category=process_creation · c8da0dfd-4ed0-4b68-962d-13c9c884384e
Detects a suspicious LSASS process process clone that could be a sign of credential dumping activity
Author: Florian Roth (Nextron Systems)
· 2022-08-18 (modified 2024-11-23) · logsource: product=windows category=process_creation · ca621ba5-54ab-4035-9942-d378e6fcde3c
Detects the use of HandleKatz, a tool that demonstrates the usage of cloned handles to Lsass in order to create an obfuscated memory dump of the same
Author: Nasreddine Bencherchali (Nextron Systems), Swachchhanda Shrawan Poudel
· 2023-11-27 · logsource: product=windows category=process_access · d0d2f720-d14f-448d-8242-51ff396a334e
Detects process access requests from hacktool processes based on their default image name
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-07-01 · logsource: product=windows category=process_creation · d474c8fe-bb69-4ea0-b7d9-f682b56d52d3
Detects the execution of the Doppelanger hacktool which is used to dump LSASS memory via process cloning while evading common detection methods
Author: Nasreddine Bencherchali (Nextron Systems), Florian Roth (Nextron Systems)
· 2022-04-06 (modified 2023-04-12) · logsource: product=windows category=process_creation · dee0a7a3-f200-4112-a99b-952196d81e42
Detects the use of "DumpMinitool.exe" a tool that allows the dump of process memory via the use of the "MiniDumpWriteDump"
Author: Markus Neis
· 2018-07-24 (modified 2024-06-27) · logsource: product=windows category=file_event · e074832a-eada-4fd7-94a1-10642b130e16
Detects default lsass dump filename generated by SafetyKatz.
Author: Florian Roth (Nextron Systems)
· 2012-06-27 (modified 2023-11-29) · logsource: product=windows category=process_access · e5b33f7d-eb93-48b6-9851-09e1e610b6d7
Detects process LSASS memory dump using Mimikatz, NanoDump, Invoke-Mimikatz, Procdump or Taskmgr based on the CallTrace pointing to ntdll.dll, dbghelp.dll or dbgcore.dll for win10, server2016 and up.
Author: Ensar Şamil, @sblmsrsn, @oscd_initiative
· 2020-10-06 (modified 2022-12-02) · logsource: product=windows category=image_load · e76c8240-d68f-4773-8880-5c6f63595aaf
Detects usage of Time Travel Debugging Utility. Adversaries can execute malicious processes and dump processes, such as lsass.exe, via tttracer.exe.
Author: Florian Roth (Nextron Systems)
· 2022-04-06 (modified 2023-04-12) · logsource: product=windows category=process_creation · eb1c4225-1c23-4241-8dd4-051389fde4ce
Detects suspicious ways to use the "DumpMinitool.exe" binary
Author: Cedric MAURUGEON, Florian Roth (Nextron Systems), Swachchhanda Shrawan Poudel, Nasreddine Bencherchali (Nextron Systems)
· 2021-09-24 (modified 2024-08-15) · logsource: product=windows category=process_creation · edadb1e5-5919-4e4c-8462-a9e643b02c4b
Detects the use of the Microsoft Windows Resource Leak Diagnostic tool "rdrleakdiag.exe" to dump process memory
Author: Florian Roth (Nextron Systems), Teymur Kheirkhabarov, Daniil Yugoslavskiy, oscd.community
· 2017-03-05 (modified 2022-11-29) · logsource: product=windows service=security · f0d1feba-4344-4ca9-8121-a6c97bd6df52
Detects well-known credential dumping tools execution via service execution events
Author: Thomas Patzke
· 2017-02-19 (modified 2021-06-21) · logsource: product=windows category=create_remote_thread · f239b326-2f41-4d6b-9dfa-c846a60ef505
Detects password dumper activity by monitoring remote thread creation EventID 8 in combination with the lsass.exe process as TargetImage.
The process in field Process is the malicious program. A single execution can lead to hundreds of events.
Author: Florian Roth (Nextron Systems)
· 2022-03-12 (modified 2023-02-13) · logsource: product=windows category=process_creation · f26307d8-14cd-47e3-a26b-4b4769f24af6
Detects suspicious process patterns found in logs when CrackMapExec is used
Author: Bhabesh Raj, Jonhnathan Ribeiro
· 2023-11-27 (modified 2023-11-29) · logsource: product=windows category=process_access · f8be3e82-46a3-4e4e-ada5-8e538ae8b9c9
Detects LSASS process access for potential credential dumping by a Python-like tool such as LaZagne or Pypykatz.
Author: Florian Roth (Nextron Systems)
· 2021-11-27 (modified 2023-12-06) · logsource: product=windows category=process_access · fa34b441-961a-42fa-a100-ecc28c886725
Detects process access to LSASS memory with suspicious access flags and from a potentially suspicious folder
Author: oscd.community, Natalia Shornikova
· 2020-10-06 (modified 2022-12-18) · logsource: product=windows category=create_remote_thread · fb656378-f909-47c1-8747-278bf09f4f4f
Detects remote thread creation by PowerShell processes into "lsass.exe"
Author: E.M. Anhaus, Tony Lambert, oscd.community, Nasreddine Bencherchali (Nextron Systems)
· 2019-10-24 (modified 2023-08-29) · logsource: product=windows category=process_creation · ffa6861c-4461-4f59-8a41-578c39f3f23e
Detects the presence of the keywords "lsass" and ".dmp" in the commandline, which could indicate a potential attempt to dump or create a dump of the lsass process.
Rules tagged at the parent level (attack.t1003) 37
These target the parent technique, not this sub-technique specifically. Listed for completeness, not counted as coverage.
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-08-23 (modified 2023-08-17) · logsource: product=windows category=registry_set · 0442defa-b4a2-41c9-ae2c-ea7042fc4701
Detects when an attacker tries to add a new network provider in order to dump clear text credentials, similar to how the NPPSpy tool does it
Author: Tim Rauch, Elastic (idea)
· 2022-09-28 · logsource: product=windows category=ps_script · 189e3b02-82b2-4b90-9662-411eb64486d4
Detects Invoke-Mimikatz PowerShell script and alike. Mimikatz is a credential dumper capable of obtaining plaintext Windows account logins and passwords.
Author: Thomas Patzke
· 2017-06-14 (modified 2025-01-30) · logsource: product=windows service=security · 1de68c67-af5c-4097-9c85-fe5578e09e67
Detects wceaux.dll access while WCE pass-the-hash remote command execution on source host
Author: Florian Roth (Nextron Systems)
· 2022-03-04 (modified 2024-11-23) · logsource: product=windows category=process_creation · 24e3e58a-646b-4b50-adef-02ef935b9fc8
Detects the execution of different Windows based hacktools via their import hash (imphash) even if the files have been renamed
Author: Florian Roth (Nextron Systems), David ANDRE (additional keywords)
· 2021-12-20 (modified 2025-10-19) · logsource: product=windows category=process_creation · 2617e7ed-adb7-40ba-b0f3-8f9945fe6c09
Detects a suspicious process creation as SYSTEM user (suspicious program or command line parameter)
Author: Tim Rauch, Janantha Marasinghe, Elastic (original idea)
· 2022-11-08 (modified 2023-01-22) · logsource: product=windows category=process_creation · 2d3cdeec-c0db-45b4-aa86-082f7eb75701
Detects the Internet Information Services (IIS) command-line tool, AppCmd, being used to list passwords
Author: Christian Burkard (Nextron Systems), Florian Roth (Nextron Systems)
· 2023-04-27 · logsource: product=windows category=ps_script · 3245cd30-e015-40ff-a31d-5cadd5f377ec
Detects the execution of the hacktool Rubeus using specific command line flags
Author: Milad Cheraghi
· 2026-04-28 · logsource: product=linux category=process_creation · 33b3cfb1-574e-44b9-b527-fbf9303b9d7b
Detects attempts of an attacker to enable core dumps for set-user-ID (SUID) processes by modifying the system file /proc/sys/fs/suid_dumpable, typically by setting its value to 1 or 2.
Enabling this feature allows memory dumps (core dumps) of SUID processes, which usually run with elevated privileges.
These dumps may contain sensitive information such as passwords, cryptographic keys or other secrets.
CVE-2025-5054: Information leak via core dumps from SUID binaries using apport.
CVE-2025-4598: Information disclosure in systemd-coredump due to insecure handling of SUID process memory dumps.
Author: Swachchhanda Shrawan Poudel
· 2024-02-12 (modified 2024-03-13) · logsource: product=windows category=process_creation · 34275eb8-fa19-436b-b959-3d9ecd53fa1f
Detects the enumeration of a specific DLL or EXE being used by a binary via "tasklist.exe".
This is often used by attackers in order to find the specific process identifier (PID) that is using the DLL in question.
In order to dump the process memory or perform other nefarious actions.
Author: Florian Roth (Nextron Systems)
· 2022-04-27 (modified 2024-01-15) · logsource: product=windows category=process_creation · 37c1333a-a0db-48be-b64b-7393b2386e3b
Detects the execution of different Windows based hacktools via PE metadata (company, product, etc.) even if the files have been renamed
Author: Security Onion Solutions
· 2024-03-08 · logsource: product=opencanary category=application · 3ec9a16d-0b4f-4967-9542-ebf38ceac7dd
Detects instances where an MSSQL service on an OpenCanary node has had a login attempt using SQLAuth.
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-10-11 (modified 2026-07-28) · logsource: product=windows category=file_access · 407aecb1-e762-4acf-8c7b-d087bcff3bb6
Detects suspicious processes based on name and location that access the windows credential manager and vault.
Which can be a sign of credential stealing. Example case would be usage of mimikatz "dpapi::cred" function
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-11-27 (modified 2026-01-09) · logsource: product=windows category=image_load · 416bc4a2-7217-4519-8dc7-c3271817f1d5
Detects loading of dbgcore.dll or dbghelp.dll from uncommon locations such as user directories.
These DLLs contain the MiniDumpWriteDump function, which can be abused for credential dumping purposes or in some cases for evading EDR/AV detection by suspending processes.
Author: Pawel Mazur
· 2021-05-24 (modified 2022-12-18) · logsource: product=linux service=auditd · 49aae26c-450e-448b-911d-b3c13d178dfc
Detect attempt to enable auditing of TTY input
Author: Security Onion Solutions
· 2024-03-08 · logsource: product=opencanary category=application · 547dfc53-ebf6-4afe-8d2e-793d9574975d
Detects instances where a REDIS service on an OpenCanary node has had an action command attempted.
Author: Andreas Braathen (mnemonic.io)
· 2025-10-19 · logsource: product=windows service=security · 5d6c375a-18ae-4952-b4f6-8b803f6c8555
Detects access to Signal Desktop's sensitive data files: db.sqlite and config.json.
The db.sqlite file in Signal Desktop stores all locally saved messages in an encrypted SQLite database, while the config.json contains the decryption key needed to access that data.
Since the key is stored in plain text, a threat actor who gains access to both files can decrypt and read sensitive messages without needing the users credentials.
Currently the rule only covers the default Signal installation path in AppData\Roaming. Signal Portable installations may use different paths based on user configuration. Additional paths can be added to the selection as needed.
HackTool - Potential Remote Credential Dumping Activity Via CrackMapExec Or Impacket-Secretsdump
hightest
Author: SecurityAura
· 2022-11-16 (modified 2024-06-27) · logsource: product=windows category=file_event · 6e2a900a-ced9-4e4a-a9c2-13e706f9518a
Detects default filenames output from the execution of CrackMapExec and Impacket-secretsdump against an endpoint.
Author: Security Onion Solutions
· 2024-03-08 · logsource: product=opencanary category=application · 6e78f90f-0043-4a01-ac41-f97681613a66
Detects instances where an MSSQL service on an OpenCanary node has had a login attempt using Windows Authentication.
Author: Florian Roth (Nextron Systems), Arnim Rupp
· 2018-09-09 (modified 2026-06-15) · logsource: category=antivirus · 78cc2dd2-7d20-4d32-93ff-057084c38b93
Detects a highly relevant Antivirus alert that reports password dumpers and stealers.
This event must not be ignored just because the AV has blocked the malware but investigate, how it came there in the first place and check if passwords need to be reset.
Author: sam0x90
· 2021-08-06 (modified 2022-10-09) · logsource: product=windows category=process_creation · 7df1713a-1a5b-4a4b-a071-dc83b144a101
Conti recommendation to its affiliates to use esentutl to access NTDS dumped file. Trickbot also uses this utilities to get MSEdge info via its module pwgrab.
Author: Florian Roth (Nextron Systems)
· 2018-12-19 (modified 2023-04-20) · logsource: product=windows category=process_creation · 7ec2c172-dceb-4c10-92c9-87c1881b7e18
Detects the execution of the hacktool Rubeus via PE information of command line parameters
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2026-04-27 · logsource: product=windows category=process_creation · 8a1b2c3d-4e5f-6789-abcd-ef1234567890
Detects execution of MemProcFS a memory forensics tool with the '-device' parameter.
MemProcFS mounts physical memory as a virtual file system, allowing direct access to process memory and system structures.
Threat actors were seen abusing this utility to mount memory dumps and then extract sensitive information from processes like LSASS or extract registry hives to obtain credentials, LSA secrets, SAM data, and cached domain credentials.
MemProcFS usage that is not part of authorized forensic analysis should be treated as suspicious and warrants further investigation.
Author: frack113, X__Junior (Nextron Systems)
· 2022-04-09 (modified 2024-07-29) · logsource: product=windows category=file_access · 91cb43db-302a-47e3-b3c8-7ede481e27bf
Detects file access requests to browser credential stores by uncommon processes.
Could indicate potential attempt of credential stealing.
Requires heavy baselining before usage
Author: Julia Fomina, oscd.community
· 2020-10-09 (modified 2025-10-31) · logsource: product=windows category=process_creation · 93671f99-04eb-4ab4-a161-70d446a84003
Detects using Rpcping.exe to send a RPC test connection to the target server (-s) and force the NTLM hash to be sent in the process.
Author: Tim Rauch, Elastic (idea)
· 2022-09-28 (modified 2022-12-30) · logsource: product=windows category=process_creation · 97dbf6e2-e436-44d8-abee-4261b24d3e41
Detects use of aspnet_regiis to decrypt Microsoft IIS connection strings. An attacker with Microsoft IIS web server access via a webshell or alike can decrypt and dump any hardcoded connection strings, such as the MSSQL service account password using aspnet_regiis command.
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2026-07-23 · logsource: product=windows category=file_event · a7f3c891-2e4d-4b6a-9f8c-d5e2a1b04c73
Detects the creation of a registry hive file (UsrClass.dat or NTUSER.DAT) outside of the standard user profile path.
These files generally contain various user-specific registry settings and are typically located in the user's profile directory.
Staging these files outside of the standard path can be indicative of an attacker attempting to manipulate user registry settings
for persistence, privilege escalation, or dump user registry hives for credential harvesting.
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
· 2025-10-21 · logsource: product=aws service=cloudtrail · a840e606-7c8c-4684-9bc1-eb6b6155127f
Detects the execution of TruffleHog, a popular open-source tool used for scanning repositories for secrets and sensitive information, within an AWS environment.
It has been reported to be used by threat actors for credential harvesting. All detections should be investigated to determine if the usage is authorized by security teams or potentially malicious.
Author: Teymur Kheirkhabarov, Daniil Yugoslavskiy, oscd.community
· 2019-10-22 (modified 2022-11-10) · logsource: product=windows category=process_creation · b17ea6f7-6e90-447e-a799-e6c0a493d6ce
Shadow Copies creation using operating systems utilities, possible credential access
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-08-23 (modified 2023-02-02) · logsource: product=windows category=process_creation · baef1ec6-2ca9-47a3-97cc-4cf2bda10b77
Detects when an attacker tries to add a new network provider in order to dump clear text credentials, similar to how the NPPSpy tool does it
Author: sawwinnnaung
· 2020-05-07 (modified 2023-10-11) · logsource: product=azure service=activitylogs · c1182e02-49a3-481c-b3de-0fadc4091488
Identifies IPs from which users grant access to other users on azure resources and alerts when a previously unseen source IP address is used.
Author: X__Junior (Nextron Systems)
· 2024-07-29 · logsource: product=windows category=file_access · c5f37810-a85f-4186-81e9-33f23abb4141
Detects file access requests to chromium based browser sensitive files by uncommon processes.
Could indicate potential attempt of stealing sensitive information.
Author: Florian Roth (Nextron Systems), Samir Bousseaden
· 2021-11-27 (modified 2023-03-02) · logsource: product=windows category=process_creation · c8da0dfd-4ed0-4b68-962d-13c9c884384e
Detects a suspicious LSASS process process clone that could be a sign of credential dumping activity
Author: Max Altgelt (Nextron Systems)
· 2021-09-21 (modified 2022-12-25) · logsource: product=windows category=ps_script · cd185561-4760-45d6-a63e-a51325112cae
Detects usage of a PowerShell command to dump the live memory of a Windows machine
Author: Nasreddine Bencherchali (Nextron Systems)
· 2023-05-23 (modified 2023-08-17) · logsource: product=windows category=registry_set · e4d22291-f3d5-4b78-9a0c-a1fbaf32a6a4
Detects the registration of a new ODBC driver where the driver is located in a potentially suspicious location
Author: Security Onion Solutions
· 2024-03-08 · logsource: product=opencanary category=application · e7d79a1b-25ed-4956-bd56-bd344fa8fd06
Detects instances where a MySQL service on an OpenCanary node has had a login attempt.
Author: Swachchhanda Shrawan Poudel
· 2024-02-12 · logsource: product=windows category=process_creation · e83e8899-c9b2-483b-b355-5decc942b959
Detects the enumeration and query of interesting and in some cases sensitive services on the system via "sc.exe".
Attackers often try to enumerate the services currently running on a system in order to find different attack vectors.
Author: X__Junior (Nextron Systems)
· 2024-07-29 · logsource: product=windows category=file_access · f41b0311-44f9-44f0-816d-dd45e39d4bc8
Detects file access requests to crypto currency files by uncommon processes.
Could indicate potential attempt of crypto currency wallet stealing.