Sigma high test sigma

Suspicious Service Installation Script

Detects suspicious service installation scripts

View Source

Detection Logic

{
  "selection_eid": {
    "Provider_Name": "Service Control Manager",
    "EventID": 7045
  },
  "selection_cmd_flags": {
    "ImagePath
| contains
| windash": [
      " -c ",
      " -r ",
      " -k "
    ]
  },
  "selection_binaries": {
    "ImagePath
| contains": [
      "cscript",
      "mshta",
      "powershell",
      "pwsh",
      "regsvr32",
      "rundll32",
      "wscript"
    ]
  },
  "condition": "all of selection_*"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...