Detectionhightest
LSASS Memory Access by Tool With Dump Keyword In Name
Detects LSASS process access requests from a source process with the "dump" keyword in its image name.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Florian Roth (Nextron Systems)Created Thu Feb 10Updated Wed Nov 299bd012ee-0dff-44d7-84a0-aa698cfd87a3windows
Log Source
WindowsProcess Access
ProductWindows← raw: windows
CategoryProcess Access← raw: process_access
Events when a process opens a handle to another process, commonly used for credential dumping via LSASS.
Detection Logic
Detection Logic1 selector
detection:
selection:
TargetImage|endswith: '\lsass.exe'
SourceImage|contains: 'dump'
GrantedAccess|endswith:
- '10'
- '30'
- '50'
- '70'
- '90'
- 'B0'
- 'D0'
- 'F0'
- '18'
- '38'
- '58'
- '78'
- '98'
- 'B8'
- 'D8'
- 'F8'
- '1A'
- '3A'
- '5A'
- '7A'
- '9A'
- 'BA'
- 'DA'
- 'FA'
- '0x14C2' # https://github.com/b4rtik/ATPMiniDump/blob/76304f93b390af3bb66e4f451ca16562a479bdc9/ATPMiniDump/ATPMiniDump.c
- 'FF'
condition: selectionFalse Positives
Rare programs that contain the word dump in their name and access lsass
MITRE ATT&CK
Rule Metadata
Rule ID
9bd012ee-0dff-44d7-84a0-aa698cfd87a3
Status
test
Level
high
Type
Detection
Created
Thu Feb 10
Modified
Wed Nov 29
Path
rules/windows/process_access/proc_access_win_lsass_dump_keyword_image.yml
Raw Tags
attack.credential-accessattack.t1003.001attack.s0002