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: Pcwutl.dll
Description: Execute
Author: ''
Created: '2018-05-25'
Categories: []
Commands:
- Command: rundll32.exe pcwutl.dll,LaunchApplication calc.exe
Description: Launch executable by calling the LaunchApplication function.
Full Path:
- c:\windows\system32\Pcwutl.dll
- c:\windows\sysWOW64\Pcwutl.dll
Code Sample: []
Detection: []
Resources:
- https://twitter.com/harr0ey/status/989617817849876488
Notes: Thanks to Matt harr0ey - @harr0ey
---
Name: Pcwutl.dll
Description: Microsoft HTML Viewer
Author: ''
Created: '2018-05-25'
Commands:
- Command: rundll32.exe pcwutl.dll,LaunchApplication calc.exe
Description: Launch executable by calling the LaunchApplication function.
Usecase: Launch an executable.
Category: Execution
Privileges: User
MitreID: T1085
MItreLink: https://attack.mitre.org/wiki/Technique/T1085
OperatingSystem: Windows
Full Path:
- path: c:\windows\system32\pcwutl.dll
- path: c:\windows\syswow64\pcwutl.dll
Code Sample:
- ''
Detection: []
Resources:
- resource: https://twitter.com/harr0ey/status/989617817849876488
- resource: https://windows10dll.nirsoft.net/pcwutl_dll.html
Acknowledgment:
- Person: Matt harr0ey
Handle: '@harr0ey'