LoFP LoFP / process dumping is the expected behavior of the tool. so false positives are expected in legitimate usage. the pid/process name of the process being dumped needs to be investigated

Techniques

Sample rules

Process Memory Dump Via Dotnet-Dump

Description

Detects the execution of “dotnet-dump” with the “collect” flag. The execution could indicate potential process dumping of critical processes such as LSASS.

Detection logic

condition: all of selection_*
selection_cli:
  CommandLine|contains: collect
selection_img:
- Image|endswith: \dotnet-dump.exe
- OriginalFileName: dotnet-dump.dll