LOLBAS/yml/OSLibraries/Mshtml.yml

27 lines
948 B
YAML
Raw Normal View History

2021-01-10 16:26:27 +01:00
---
Name: Mshtml.dll
Description: Microsoft HTML Viewer
2022-09-11 05:37:10 +02:00
Author: LOLBAS Team
2021-01-10 16:26:27 +01:00
Created: 2018-05-25
Commands:
- Command: rundll32.exe Mshtml.dll,PrintHTML "C:\temp\calc.hta"
2022-05-05 12:12:22 +02:00
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-12-15 12:46:04 +01:00
OperatingSystem: Windows 10, Windows 11
2021-01-10 16:26:27 +01:00
Full_Path:
- Path: c:\windows\system32\mshtml.dll
- Path: c:\windows\syswow64\mshtml.dll
Code_Sample:
- Code:
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/62d4fd26b05f4d81973e7c8e80d7c1a0c6a29d0e/rules/windows/process_creation/proc_creation_win_rundll32_susp_activity.yml
2021-01-10 16:26:27 +01:00
Resources:
- Link: https://twitter.com/pabraeken/status/998567549670477824
- Link: https://windows10dll.nirsoft.net/mshtml_dll.html
Acknowledgement:
- Person: Pierre-Alexandre Braeken
Handle: '@pabraeken'