Internet Shortcut Shell Extension DLL.
Launch a HTML application payload by calling OpenURL.
rundll32.exe url.dll,OpenURL {PATH_ABSOLUTE:.hta}
Invoke an HTML Application via mshta.exe (Default Handler).
Launch an executable payload via proxy through a .url (information) file by calling OpenURL.
rundll32.exe url.dll,OpenURL {PATH_ABSOLUTE:.url}
Load an executable payload by calling a .url file.
Launch an executable by calling OpenURL.
rundll32.exe url.dll,OpenURL file://^C^:^/^W^i^n^d^o^w^s^/^s^y^s^t^e^m^3^2^/^c^a^l^c^.^e^x^e
Load an executable payload by specifying the file protocol handler (obfuscated).
Launch an executable by calling FileProtocolHandler.
rundll32.exe url.dll,FileProtocolHandler {PATH_ABSOLUTE:.exe}
Launch an executable.
Launch an executable by calling FileProtocolHandler.
rundll32.exe url.dll,FileProtocolHandler file://^C^:^/^W^i^n^d^o^w^s^/^s^y^s^t^e^m^3^2^/^c^a^l^c^.^e^x^e
Load an executable payload by specifying the file protocol handler (obfuscated).
Launch a HTML application payload by calling FileProtocolHandler.
rundll32.exe url.dll,FileProtocolHandler file:///C:/test/test.hta
Invoke an HTML Application via mshta.exe (Default Handler).