Hayabusa high test sigma

Potentially Suspicious Event Viewer Child Process

Detects uncommon or suspicious child processes of "eventvwr.exe" which might indicate a UAC bypass attempt

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": {
    "ParentProcessName
| endswith": "\\eventvwr.exe"
  },
  "filter_main_generic": {
    "NewProcessName
| endswith": [
      ":\\Windows\\System32\\mmc.exe",
      ":\\Windows\\System32\\WerFault.exe",
      ":\\Windows\\SysWOW64\\WerFault.exe"
    ]
  },
  "condition": "process_creation and (selection and not 1 of filter_main_*)"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...