Sigma medium test sigma

C# IL Code Compilation Via Ilasm.EXE

Detects the use of "Ilasm.EXE" in order to compile C# intermediate (IL) code to EXE or DLL.

View Source

Detection Logic

{
  "selection_img": [
    {
      "Image
| endswith": "\\ilasm.exe"
    },
    {
      "OriginalFileName": "ilasm.exe"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": [
      " /dll",
      " /exe"
    ]
  },
  "condition": "all of selection_*"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...