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.
Query · sigma
selection_img: - Image|endswith: \dotnet-dump.exe - OriginalFileName: dotnet-dump.dll selection_cli: CommandLine|contains: collect condition: all of selection_*
Known false positives
- 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