Hayabusa high test sigma

New User Created Via Net.EXE With Never Expire Option

Detects creation of local users via the net.exe command with the option "never expire"

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection_img": [
    {
      "NewProcessName
| endswith": [
        "\\net.exe",
        "\\net1.exe"
      ]
    },
    {
      "OriginalFileName": [
        "net.exe",
        "net1.exe"
      ]
    }
  ],
  "selection_cli": {
    "CommandLine
| contains
| all": [
      "user",
      "add",
      "expires:never"
    ]
  },
  "condition": "process_creation and (all of selection_*)"
}

False Positives

  • Unlikely

Field Validations

Loading…

Comments (0)

Loading comments...