Hayabusa medium test sigma

Curl.EXE Execution With Custom UserAgent

Detects execution of curl.exe with custom useragent options

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection_curl": [
    {
      "Image
| endswith": "\\curl.exe"
    },
    {
      "Product": "The curl executable"
    }
  ],
  "selection_opt": {
    "CommandLine
| contains": [
      " -A ",
      " --user-agent "
    ]
  },
  "condition": "process_creation and (all of selection_*)"
}

False Positives

  • Scripts created by developers and admins
  • Administrative activity

Field Validations

Loading…

Comments (0)

Loading comments...