Hayabusa medium test sigma

PUA - AdvancedRun Execution

Detects the execution of AdvancedRun utility

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection": [
    {
      "OriginalFileName": "AdvancedRun.exe"
    },
    {
      "CommandLine
| contains
| all": [
        " /EXEFilename ",
        " /Run"
      ]
    },
    {
      "CommandLine
| contains
| all": [
        " /WindowState 0",
        " /RunAs ",
        " /CommandLine "
      ]
    }
  ],
  "condition": "process_creation and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...