Dynamic CSharp Compile Artefact
Description
When C# is compiled dynamically, a .cmdline file will be created as a part of the process. Certain processes are not typically observed compiling C# code, but can do so without touching disk. This can be used to unpack a payload for execution
Query · sigma
selection: TargetFilename|endswith: .cmdline condition: selection
Known false positives
- Unknown