LoFP LoFP / possibly during software installation or update processes

Techniques

Sample rules

Suspicious Process Access to LSASS with Dbgcore/Dbghelp DLLs

Description

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.

Detection logic

condition: all of selection_*
selection_lsass_calltrace:
  CallTrace|contains:
  - dbgcore.dll
  - dbghelp.dll
  TargetImage|endswith: \lsass.exe
selection_susp_location:
  SourceImage|contains:
  - :\Perflogs\
  - :\Temp\
  - :\Users\Public\
  - \$Recycle.Bin\
  - \AppData\Roaming\
  - \Contacts\
  - \Desktop\
  - \Documents\
  - \Downloads\
  - \Favorites\
  - \Favourites\
  - \inetpub\wwwroot\
  - \Music\
  - \Pictures\
  - \Start Menu\Programs\Startup\
  - \Users\Default\
  - \Videos\
  - \Windows\Temp\