Hayabusa medium test sigma

Enumerate All Information With Whoami.EXE

Detects the execution of "whoami.exe" with the "/all" flag

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection_main_img": [
    {
      "NewProcessName
| endswith": "\\whoami.exe"
    },
    {
      "OriginalFileName": "whoami.exe"
    }
  ],
  "selection_main_cli": {
    "CommandLine
| contains
| windash": " -all"
  },
  "condition": "process_creation and (all of selection_main_*)"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...