Sigma medium test sigma

Potential DLL Sideloading Of Libcurl.DLL Via GUP.EXE

Detects potential DLL sideloading of "libcurl.dll" by the "gup.exe" process from an uncommon location

View Source

Detection Logic

{
  "selection": {
    "Image
| endswith": "\\gup.exe",
    "ImageLoaded
| endswith": "\\libcurl.dll"
  },
  "filter_main_notepad_plusplus": {
    "Image
| endswith": "\\Notepad++\\updater\\GUP.exe"
  },
  "condition": "selection and not 1 of filter_main_*"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...