Sigma low test sigma

Fsutil Drive Enumeration

Attackers may leverage fsutil to enumerated connected drives.

View Source

Detection Logic

{
  "selection_img": [
    {
      "Image
| endswith": "\\fsutil.exe"
    },
    {
      "OriginalFileName": "fsutil.exe"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": "drives"
  },
  "condition": "all of selection_*"
}

False Positives

  • Certain software or administrative tasks may trigger false positives.

Field Validations

Loading…

Comments (0)

Loading comments...