Sigma medium test sigma

File Download Via Curl.EXE

Detects file download using curl.exe

View Source

Detection Logic

{
  "selection_img": [
    {
      "Image
| endswith": "\\curl.exe"
    },
    {
      "Product": "The curl executable"
    }
  ],
  "selection_remote": {
    "CommandLine
| contains": [
      " -O",
      "--remote-name",
      "--output"
    ]
  },
  "condition": "all of selection_*"
}

False Positives

  • Scripts created by developers and admins
  • Administrative activity
  • The "\Git\usr\bin\sh.exe" process uses the "--output" flag to download a specific file in the temp directory with the pattern "gfw-httpget-xxxxxxxx.txt "

Field Validations

Loading…

Comments (0)

Loading comments...