Hayabusa critical test sigma

WannaCry Ransomware Activity

Detects WannaCry ransomware activity

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection_img": [
    {
      "NewProcessName
| endswith": [
        "\\tasksche.exe",
        "\\mssecsvc.exe",
        "\\taskdl.exe",
        "\\taskhsvc.exe",
        "\\taskse.exe",
        "\\111.exe",
        "\\lhdfrgui.exe",
        "\\linuxnew.exe",
        "\\wannacry.exe"
      ]
    },
    {
      "NewProcessName
| contains": "WanaDecryptor"
    }
  ],
  "selection_cmd": {
    "CommandLine
| contains": "@Please_Read_Me@.txt"
  },
  "condition": "process_creation and (1 of selection_*)"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...