Hayabusa high test sigma

Disable Macro Runtime Scan Scope

Detects tampering with the MacroRuntimeScanScope registry key to disable runtime scanning of enabled macros

View Source

Detection Logic

{
  "registry_set": {
    "EventID": 4657,
    "Channel": "Security"
  },
  "selection": {
    "ObjectName
| contains
| all": [
      "\\SOFTWARE\\",
      "\\Microsoft\\Office\\",
      "\\Common\\Security"
    ],
    "ObjectName
| endswith": "\\MacroRuntimeScanScope",
    "NewValue": "DWORD (0x00000000)"
  },
  "condition": "registry_set and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...