LOLBAS/yml/OSLibraries/Mshtml.yml

28 lines
767 B
YAML
Raw Normal View History

2021-01-10 16:26:27 +01:00
---
Name: Mshtml.dll
Description: Microsoft HTML Viewer
Author:
Created: 2018-05-25
Commands:
- Command: rundll32.exe Mshtml.dll,PrintHTML "C:\temp\calc.hta"
Description: Invoke an HTML Application via mshta.exe (Note - Pops a security warning and a print dialogue box).
2021-01-10 16:54:00 +01:00
Usecase: Launch an HTA application.
2021-01-10 16:26:27 +01:00
Category: Execute
Privileges: User
2021-11-05 19:58:26 +01:00
MitreID: T1218.011
2021-01-10 16:26:27 +01:00
OperatingSystem: Windows
Full_Path:
- Path: c:\windows\system32\mshtml.dll
- Path: c:\windows\syswow64\mshtml.dll
Code_Sample:
- Code:
Detection:
- IOC:
Resources:
- Link: https://twitter.com/pabraeken/status/998567549670477824
- Link: https://windows10dll.nirsoft.net/mshtml_dll.html
Acknowledgement:
- Person: Pierre-Alexandre Braeken
Handle: '@pabraeken'
---