DLL Call by Ordinal Via Rundll32.EXE
Description
Detects calls of DLLs exports by ordinal numbers via rundll32.dll.
Query · sigma
selection_img: - Image|endswith: \rundll32.exe - OriginalFileName: RUNDLL32.EXE selection_cli: CommandLine|contains: - ',#' - ', #' - '.dll #' - '.ocx #' filter_optional_edge: CommandLine|contains|all: - EDGEHTML.dll - '#141' filter_optional_vsbuild_dll: ParentImage|contains: - \Msbuild\Current\Bin\ - \VC\Tools\MSVC\ - \Tracker.exe CommandLine|contains: - \FileTracker32.dll,#1 - \FileTracker32.dll",#1 - \FileTracker64.dll,#1 - \FileTracker64.dll",#1 condition: all of selection_* and not 1 of filter_optional_*
Known false positives
- False positives depend on scripts and administrative tools used in the monitored environment.
- Windows control panel elements have been identified as source (mmc).