kevmap

TechniquesT1003.001 › AN1030

AN1030 Analytic 1030

Windows · attack.mitre.org · ATT&CK Enterprise v19.2

<p>A 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.</p>
Detects
T1003.001 LSASS Memory
Part of
DET0363 Detection of Credential Dumping from LSASS Memory via Access and Dump Sequence

Log sources and channels

Exactly as MITRE states them in x_mitre_log_source_references. Where a channel is vague, it is vague in the source; kevmap does not tidy it.

Log sourceChannelData component
WinEventLog:SysmonEventCode=10DC0035 Process Access
WinEventLog:SysmonEventCode=1DC0032 Process Creation
WinEventLog:SysmonEventCode=11DC0039 File Creation
WinEventLog:SecurityEventCode=4673DC0013 User Account Metadata
WinEventLog:SysmonEventCode=13, 14DC0063 Windows Registry Key Modification

Mutable elements

Parameters MITRE marks as environment-specific. These are the knobs you are expected to tune; they are why an analytic is not a rule.

FieldDescription
AccessMaskSet to 0x1F0FFF to detect full memory access attempts; can be scoped down to reduce noise.
TimeWindowDefines time between LSASS access and dump file creation or registry modification (e.g., 5 minutes).
ParentProcessNameAllowlist known legitimate tools (e.g., AV/EDR) accessing lsass.exe.
DumpFilePathPaths where memory dumps are written, e.g., %TEMP%, C:\Windows\Temp.
CommandLinePatternCommon dumping syntax like rundll32, procdump, comsvcs.dll, Invoke-Mimikatz.

KEV CVEs whose mapped technique this analytic detects

CVEVendor / productState
CVE-2023-26360Adobe ColdFusionMapped
CVE-2024-4577PHP Group PHPMapped
CVE-2025-32701Microsoft WindowsMapped
CVE-2025-32706Microsoft WindowsMapped