Sigma 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

{
  "selection_img": [
    {
      "Image
| endswith": "\\rundll32.exe"
    },
    {
      "OriginalFileName": "RUNDLL32.EXE"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": "InstallScreenSaver"
  },
  "condition": "all of selection_*"
}

False Positives

  • Legitimate installation of a new screensaver

Field Validations

Loading…

Comments (0)

Loading comments...