Sigma critical test sigma

Renamed Whoami Execution

Detects the execution of whoami that has been renamed to a different name to avoid detection

View Source

Detection Logic

{
  "selection": {
    "OriginalFileName": "whoami.exe"
  },
  "filter": {
    "Image
| endswith": "\\whoami.exe"
  },
  "condition": "selection and not filter"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...