30 lines
545 B
Markdown
30 lines
545 B
Markdown
## Ieframe.dll
|
|
|
|
* Functions: Execute
|
|
|
|
```
|
|
rundll32.exe ieframe.dll,OpenURL "C:\test\calc.url"
|
|
```
|
|
|
|
Acknowledgements:
|
|
* Adam - @hexacorn
|
|
* Jimmy - @bohops
|
|
|
|
Code sample:
|
|
*
|
|
|
|
Resources:
|
|
* http://www.hexacorn.com/blog/2018/03/15/running-programs-via-proxy-jumping-on-a-edr-bypass-trampoline-part-5/
|
|
* https://bohops.com/2018/03/17/abusing-exported-functions-and-exposed-dcom-interfaces-for-pass-thru-command-execution-and-lateral-movement/
|
|
|
|
Full path:
|
|
```
|
|
c:\windows\system32\Ieframe.dll
|
|
c:\windows\sysWOW64\Ieframe.dll
|
|
```
|
|
|
|
Notes:
|
|
|
|
|
|
Detection:
|