31 lines
943 B
YAML
31 lines
943 B
YAML
title: Proxy Execution via Wuauclt
|
|
id: c649a6c7-cd8c-4a78-9c04-000fc76df954
|
|
description: Detects the use of the Windows Update Client binary (wuauclt.exe) to proxy execute code.
|
|
status: experimental
|
|
date: 2020/10/12
|
|
modified: 2021/04/12
|
|
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research), Florian Roth
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1218
|
|
references:
|
|
- https://dtm.uk/wuauclt/
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection_one:
|
|
- Image|contains: wuauclt
|
|
- OriginalFileName: wuauclt.exe
|
|
selection_two:
|
|
CommandLine|contains|all:
|
|
- 'UpdateDeploymentProvider'
|
|
- '.dll'
|
|
- 'RunHandlerComServer'
|
|
filter:
|
|
CommandLine|contains: ' /UpdateDeploymentProvider UpdateDeploymentProvider.dll '
|
|
condition: selection_one and selection_two and not filter
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|