Hayabusa medium test sigma

Potential Persistence Using DebugPath

Detects potential persistence using Appx DebugPath

View Source

Detection Logic

{
  "registry_set": {
    "EventID": 4657,
    "Channel": "Security"
  },
  "selection_debug": {
    "ObjectName
| contains": "Classes\\ActivatableClasses\\Package\\Microsoft.",
    "ObjectName
| endswith": "\\DebugPath"
  },
  "selection_default": {
    "ObjectName
| contains": "\\Software\\Microsoft\\Windows\\CurrentVersion\\PackagedAppXDebug\\Microsoft.",
    "ObjectName
| endswith": "\\(Default)"
  },
  "condition": "registry_set and (1 of selection_*)"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...