Sigma critical test sigma

DarkSide Ransomware Pattern

Detects DarkSide Ransomware and helpers

View Source

Detection Logic

{
  "selection1": {
    "CommandLine
| contains": [
      "=[char][byte]('0x'+",
      " -work worker0 -path "
    ]
  },
  "selection2": {
    "ParentCommandLine
| contains": "DllHost.exe /Processid:{3E5FC7F9-9A51-4367-9063-A120244FBEC7}",
    "Image
| contains": "\\AppData\\Local\\Temp\\"
  },
  "condition": "1 of selection*"
}

False Positives

  • Unknown
  • UAC bypass method used by other malware

Field Validations

Loading…

Comments (0)

Loading comments...