Potential Credential Dumping Activity Via LSASS
Description
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.
Query · sigma
selection:
TargetImage|endswith: \lsass.exe
GrantedAccess|contains:
- '0x1038'
- '0x1438'
- '0x143a'
- '0x1fffff'
CallTrace|contains:
- dbgcore.dll
- dbghelp.dll
- kernel32.dll
- kernelbase.dll
- ntdll.dll
filter_main_system_user:
SourceUser|contains:
- AUTHORI
- AUTORI
filter_optional_thor:
CallTrace|contains|all:
- :\Windows\Temp\asgard2-agent\
- \thor\thor64.exe+
- '|UNKNOWN('
GrantedAccess: '0x103800'
filter_optional_sysmon:
SourceImage|endswith:
- :\Windows\Sysmon64.exe
- :\Windows\Sysmon64a.exe
condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Unknown