Rundll32exe
Rundll32.exe is a Windows command-line utility that loads a Dynamic Link Library (DLL) and invokes a function exported by that DLL. It is a legitimate system binary included with Windows and located in the Windows system directory. On 64-bit Windows, both 64-bit and 32-bit versions exist: the 64-bit rundll32.exe is typically found in System32, while a 32-bit counterpart resides in SysWOW64.
Usage involves calling rundll32.exe with the DLL name and the name of the exported entry-point function, separated
Common legitimate uses include launching shell or control panel functionality from scripts, for example: rundll32.exe shell32.dll,Control_RunDLL
Because rundll32.exe executes code inside a DLL, it can be abused to run arbitrary payloads when supplied