Sigma low test sigma

Net.EXE Execution

Detects execution of "Net.EXE".

View Source

Detection Logic

{
  "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": "all of selection_*"
}

False Positives

  • Likely

Field Validations

Loading…

Comments (0)

Loading comments...