Sigma high test sigma

smbexec.py Service Installation

Detects the use of smbexec.py tool by detecting a specific service installation

View Source

Detection Logic

{
  "selection_eid": {
    "Provider_Name": "Service Control Manager",
    "EventID": 7045
  },
  "selection_service_name": {
    "ServiceName": "BTOBTO"
  },
  "selection_service_image": {
    "ImagePath
| contains": [
      ".bat & del ",
      "__output 2^>^&1 >"
    ]
  },
  "condition": "selection_eid and 1 of selection_service_*"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...