Hayabusa low test sigma

Fsutil Drive Enumeration

Attackers may leverage fsutil to enumerated connected drives.

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection_img": [
    {
      "Image
| endswith": "\\fsutil.exe"
    },
    {
      "OriginalFileName": "fsutil.exe"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": "drives"
  },
  "condition": "process_creation and (all of selection_*)"
}

False Positives

  • Certain software or administrative tasks may trigger false positives.

Field Validations

Loading…

Comments (0)

Loading comments...