1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2024-09-20 18:52:13 +02:00
LOLBAS/yml/OSLibraries/Mshtml.yml

29 lines
854 B
YAML
Raw Normal View History

2018-09-24 04:23:04 +02:00
---
Name: Mshtml.dll
Description: Microsoft HTML Viewer
Author:
2018-09-24 04:23:04 +02:00
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).
2018-09-24 19:54:07 +02:00
UseCase: Launch an HTA application.
Category: Execute
2018-09-24 04:23:04 +02:00
Privileges: User
MitreID: T1085
MItreLink: https://attack.mitre.org/wiki/Technique/T1085
OperatingSystem: Windows
Full_Path:
2018-09-24 19:54:07 +02:00
- Path: c:\windows\system32\mshtml.dll
- Path: c:\windows\syswow64\mshtml.dll
Code_Sample:
- Code:
2018-09-24 19:54:07 +02:00
Detection:
- IOC:
2018-09-24 04:23:04 +02:00
Resources:
2018-09-24 19:54:07 +02:00
- Link: https://twitter.com/pabraeken/status/998567549670477824
- Link: https://windows10dll.nirsoft.net/mshtml_dll.html
2018-09-26 16:33:52 +02:00
Acknowledgement:
2018-09-24 04:23:04 +02:00
- Person: Pierre-Alexandre Braeken
2018-09-24 19:54:07 +02:00
Handle: '@pabraeken'
---