Hayabusa medium test sigma

Rundll32 InstallScreenSaver Execution

An attacker may execute an application as a SCR File using rundll32.exe desk.cpl,InstallScreenSaver

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection_img": [
    {
      "Image
| endswith": "\\rundll32.exe"
    },
    {
      "OriginalFileName": "RUNDLL32.EXE"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": "InstallScreenSaver"
  },
  "condition": "process_creation and (all of selection_*)"
}

False Positives

  • Legitimate installation of a new screensaver

Field Validations

Loading…

Comments (0)

Loading comments...