Hayabusa informational test sigma

New PowerShell Instance Created

Detects the execution of PowerShell via the creation of a named pipe starting with PSHost

View Source

Detection Logic

{
  "pipe_created": {
    "EventID": [
      17,
      18
    ],
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection": {
    "PipeName
| startswith": "\\PSHost"
  },
  "condition": "pipe_created and selection"
}

False Positives

  • Likely

Field Validations

Loading…

Comments (0)

Loading comments...