2020-10-12 20:24:45 +02:00
|
|
|
---
|
|
|
|
Name: wuauclt.exe
|
|
|
|
Description: Windows Update Client
|
|
|
|
Author: 'David Middlehurst'
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2020-09-23
|
2020-10-12 20:24:45 +02:00
|
|
|
Commands:
|
2022-01-23 23:24:59 +01:00
|
|
|
- Command: wuauclt.exe /UpdateDeploymentProvider Full_Path_To_DLL /RunHandlerComServer
|
2024-04-03 17:53:36 +02:00
|
|
|
Description: Full_Path_To_DLL would be the absolute path to .DLL file and would execute code on attach.
|
2020-10-12 20:24:45 +02:00
|
|
|
Usecase: Execute dll via attach/detach methods
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2022-01-23 23:24:59 +01:00
|
|
|
MitreID: T1218
|
2020-10-12 20:24:45 +02:00
|
|
|
OperatingSystem: Windows 10
|
2024-04-03 17:53:36 +02:00
|
|
|
Tags:
|
|
|
|
- Execute: DLL
|
2020-10-12 20:24:45 +02:00
|
|
|
Full_Path:
|
|
|
|
- Path: C:\Windows\System32\wuauclt.exe
|
|
|
|
Detection:
|
2023-10-18 17:30:34 +02:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/network_connection/net_connection_win_wuauclt_network_connection.yml
|
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_lolbin_wuauclt.yml
|
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_wuauclt_execution.yml
|
2021-11-15 14:19:03 +01:00
|
|
|
- IOC: wuauclt run with a parameter of a DLL path
|
|
|
|
- IOC: Suspicious wuauclt Internet/network connections
|
2020-10-12 20:24:45 +02:00
|
|
|
Resources:
|
|
|
|
- Link: https://dtm.uk/wuauclt/
|
|
|
|
Acknowledgement:
|
|
|
|
- Person: David Middlehurst
|
|
|
|
Handle: '@dtmsecurity'
|