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": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection_main_img": [
    {
      "Image
| 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...