Hayabusa high test sigma

Suspicious HWP Sub Processes

Detects suspicious Hangul Word Processor (Hanword) sub processes that could indicate an exploitation

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": {
    "ParentProcessName
| endswith": "\\Hwp.exe",
    "NewProcessName
| endswith": "\\gbb.exe"
  },
  "condition": "process_creation and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...