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

28 lines
787 B
YAML
Raw Normal View History

2018-09-24 04:23:04 +02:00
---
Name: Pcwutl.dll
Description: Microsoft HTML Viewer
Author:
2018-09-24 04:23:04 +02:00
Created: '2018-05-25'
Commands:
- Command: rundll32.exe pcwutl.dll,LaunchApplication calc.exe
Description: Launch executable by calling the LaunchApplication function.
2018-09-24 20:02:23 +02:00
UseCase: Launch an executable.
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 20:02:23 +02:00
- Path: c:\windows\system32\pcwutl.dll
- Path: c:\windows\syswow64\pcwutl.dll
2018-09-24 04:23:04 +02:00
Code Sample:
- Code:
2018-09-24 20:02:23 +02:00
Detection:
- IOC:
2018-09-24 04:23:04 +02:00
Resources:
2018-09-24 20:02:23 +02:00
- Link: https://twitter.com/harr0ey/status/989617817849876488
- Link: https://windows10dll.nirsoft.net/pcwutl_dll.html
2018-09-26 16:33:52 +02:00
Acknowledgement:
2018-09-24 04:23:04 +02:00
- Person: Matt harr0ey
2018-09-24 20:02:23 +02:00
Handle: '@harr0ey'