Hayabusa low test sigma

PsExec Default Named Pipe

Detects PsExec service default pipe creation

View Source

Detection Logic

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

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...