Sigma high test sigma

PowerShell Scripts Installed as Services

Detects powershell script installed as a Service

View Source

Detection Logic

{
  "selection": {
    "Provider_Name": "Service Control Manager",
    "EventID": 7045,
    "ImagePath
| contains": [
      "powershell",
      "pwsh"
    ]
  },
  "condition": "selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...