Sigma medium test sigma

Potentially Suspicious Compression Tool Parameters

Detects potentially suspicious command line arguments of common data compression tools

View Source

Detection Logic

{
  "selection": {
    "OriginalFileName": [
      "7z*.exe",
      "*rar.exe",
      "*Command*Line*RAR*"
    ],
    "CommandLine
| contains": [
      " -p",
      " -ta",
      " -tb",
      " -sdel",
      " -dw",
      " -hp"
    ]
  },
  "filter_main_generic": {
    "ParentImage
| contains": [
      ":\\Program Files\\",
      ":\\Program Files (x86)\\"
    ]
  },
  "condition": "selection and not 1 of filter_main_*"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...