Sigma medium test sigma

PUA - AdvancedRun Execution

Detects the execution of AdvancedRun utility

View Source

Detection Logic

{
  "selection": [
    {
      "OriginalFileName": "AdvancedRun.exe"
    },
    {
      "CommandLine
| contains
| all": [
        " /EXEFilename ",
        " /Run"
      ]
    },
    {
      "CommandLine
| contains
| all": [
        " /WindowState 0",
        " /RunAs ",
        " /CommandLine "
      ]
    }
  ],
  "condition": "selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...