url.dll |
Internet Shortcut Shell Extension DLL. |
execute |
description |
code |
Launch a HTML application payload by calling OpenURL. |
rundll32.exe url.dll,OpenURL "C:\test\calc.hta" |
|
description |
code |
Launch an executable payload via proxy through a(n) URL (information) file by calling OpenURL. |
rundll32.exe url.dll,OpenURL "C:\test\calc.url" |
|
description |
code |
Launch an executable payload by calling OpenURL (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 |
|
description |
code |
Launch an executable payload by calling FileProtocolHandler. |
rundll32.exe url.dll,FileProtocolHandler calc.exe |
|
description |
code |
Launch a HTML application payload by calling FileProtocolHandler. |
rundll32.exe url.dll,FileProtocolHandler file:///C:/test/test.hta |
|
description |
code |
Launch an executable payload by calling FileProtocolHandler (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 |
|
|
|
|
path |
c:\windows\system32\url.dll |
|
path |
c:\windows\syswow64\url.dll |
|
|
Thanks to Jimmy - @bohops (OpenURL), Adam - @hexacorn (OpenURL), Malwrologist - @DissectMalware (FileProtocolHandler - HTA), r0lan - @yeyint_mth (Obfuscation) |