Binary Proxy Execution Via Dotnet-Trace.EXE
Description
Detects commandline arguments for executing a child process via dotnet-trace.exe
Query · sigma
selection_img: - Image|endswith: \dotnet-trace.exe - OriginalFileName: dotnet-trace.dll selection_cli: CommandLine|contains|all: - '-- ' - collect condition: all of selection_*
Known false positives
- Legitimate usage of the utility in order to debug and trace a program.