Changed to latest template

This commit is contained in:
bohops
2018-09-23 22:23:04 -04:00
committed by GitHub
parent adafa6de3f
commit b330d43116
11 changed files with 485 additions and 262 deletions

View File

@@ -1,17 +1,26 @@
---
Name: Mshtml.dll
Description: Execute
Author: ''
Created: '2018-05-25'
Categories: []
Commands:
- Command: rundll32.exe Mshtml.dll,PrintHTML "C:\temp\calc.hta"
Description: Invoke an HTML Application. Note - Pops a security warning and a print dialogue box.
Full Path:
- c:\windows\system32\Mshtml.dll
- c:\windows\sysWOW64\Mshtml.dll
Code Sample: []
Detection: []
Resources:
- https://twitter.com/pabraeken/status/998567549670477824
Notes: Thanks to Pierre-Alexandre Braeken - @pabraeken
---
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).
Usecase: Launch an HTA application.
Category: Execution
Privileges: User
MitreID: T1085
MItreLink: https://attack.mitre.org/wiki/Technique/T1085
OperatingSystem: Windows
Full Path:
- path: c:\windows\system32\mshtml.dll
- path: c:\windows\syswow64\mshtml.dll
Code Sample:
- ''
Detection: []
Resources:
- resource: https://twitter.com/pabraeken/status/998567549670477824
- resource: https://windows10dll.nirsoft.net/mshtml_dll.html
Acknowledgment:
- Person: Pierre-Alexandre Braeken
Handle: '@pabraeken'