Hayabusa low test sigma

Net.EXE Execution

Detects execution of "Net.EXE".

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection_img": [
    {
      "Image
| endswith": [
        "\\net.exe",
        "\\net1.exe"
      ]
    },
    {
      "OriginalFileName": [
        "net.exe",
        "net1.exe"
      ]
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": [
      " accounts",
      " group",
      " localgroup",
      " share",
      " start",
      " stop ",
      " user",
      " view"
    ]
  },
  "condition": "process_creation and (all of selection_*)"
}

False Positives

  • Likely

Field Validations

Loading…

Comments (0)

Loading comments...