Hayabusa high test sigma

UAC Bypass via Event Viewer

Detects UAC bypass method using Windows event viewer

View Source

Detection Logic

{
  "registry_set": {
    "EventID": 4657,
    "Channel": "Security"
  },
  "selection": {
    "ObjectName
| endswith": "\\mscfile\\shell\\open\\command"
  },
  "condition": "registry_set and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...