Sigma medium test sigma

PUA - Advanced Port Scanner Execution

Detects the use of Advanced Port Scanner.

View Source

Detection Logic

{
  "selection_img": [
    {
      "Image
| contains": "\\advanced_port_scanner"
    },
    {
      "OriginalFileName
| contains": "advanced_port_scanner"
    },
    {
      "Description
| contains": "Advanced Port Scanner"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains
| all": [
      "/portable",
      "/lng"
    ]
  },
  "condition": "1 of selection_*"
}

False Positives

  • Legitimate administrative use
  • Tools with similar commandline (very rare)

Field Validations

Loading…

Comments (0)

Loading comments...