mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 06:49:09 +01:00
Create Wuauclt.yml
This commit is contained in:
parent
aa34fd8677
commit
651e156583
26
yml/OSBinaries/Wuauclt.yml
Normal file
26
yml/OSBinaries/Wuauclt.yml
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
Name: wuauclt.exe
|
||||
Description: Windows Update Client
|
||||
Author: 'David Middlehurst'
|
||||
Created: '2020-09-23'
|
||||
Commands:
|
||||
- Command: wuauclt.exe /UpdateDeploymentProvider <Full_Path_To_DLL> /RunHandlerComServer
|
||||
Description: Full_Path_To_DLL would be the abosolute path to .DLL file and would execute code on attach.
|
||||
Usecase: Execute dll via attach/detach methods
|
||||
Category: Execute
|
||||
Privileges: User
|
||||
MitreID: T1085
|
||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1085
|
||||
OperatingSystem: Windows 10
|
||||
Full_Path:
|
||||
- Path: C:\Windows\System32\wuauclt.exe
|
||||
Code_Sample:
|
||||
- Code:
|
||||
Detection:
|
||||
- IOC: wuauclt run with a parameter of a DLL path
|
||||
Resources:
|
||||
- Link: https://dtm.uk/wuauclt/
|
||||
Acknowledgement:
|
||||
- Person: David Middlehurst
|
||||
Handle: '@dtmsecurity'
|
||||
---
|
Loading…
Reference in New Issue
Block a user