Hayabusa high test sigma

Suspicious Splwow64 Without Params

Detects suspicious Splwow64.exe process without any command line parameters

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": {
    "CommandLine
| endswith": "splwow64.exe",
    "NewProcessName
| endswith": "\\splwow64.exe"
  },
  "condition": "process_creation and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...