Sigma high test sigma

Suspicious Processes Spawned by WinRM

Detects suspicious processes including shells spawnd from WinRM host process

View Source

Detection Logic

{
  "selection": {
    "ParentImage
| endswith": "\\wsmprovhost.exe",
    "Image
| endswith": [
      "\\cmd.exe",
      "\\sh.exe",
      "\\bash.exe",
      "\\powershell.exe",
      "\\pwsh.exe",
      "\\wsl.exe",
      "\\schtasks.exe",
      "\\certutil.exe",
      "\\whoami.exe",
      "\\bitsadmin.exe"
    ]
  },
  "condition": "selection"
}

False Positives

  • Legitimate WinRM usage

Field Validations

Loading…

Comments (0)

Loading comments...