Hayabusa medium test sigma

Suspicious Execution of InstallUtil Without Log

Uses the .NET InstallUtil.exe application in order to execute image without log

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": {
    "CommandLine
| contains
| all": [
      "/logfile= ",
      "/LogToConsole=false"
    ],
    "NewProcessName
| endswith": "\\InstallUtil.exe",
    "NewProcessName
| contains": "Microsoft.NET\\Framework"
  },
  "condition": "process_creation and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...