Hayabusa medium test sigma

Suspicious VBoxDrvInst.exe Parameters

Detect VBoxDrvInst.exe run with parameters allowing processing INF file. This allows to create values in the registry and install drivers. For example one could use this technique to obtain persistence via modifying one of Run or RunOnce registry keys

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": {
    "CommandLine
| contains
| all": [
      "driver",
      "executeinf"
    ],
    "NewProcessName
| endswith": "\\VBoxDrvInst.exe"
  },
  "condition": "process_creation and selection"
}

False Positives

  • Legitimate use of VBoxDrvInst.exe utility by VirtualBox Guest Additions installation process

Field Validations

Loading…

Comments (0)

Loading comments...