mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
29 lines
895 B
YAML
29 lines
895 B
YAML
title: Monitoring Wuauclt.exe For Lolbas Execution Of DLL
|
|
id: ba1bb0cb-73da-42de-ad3a-de10c643a5d0
|
|
status: experimental
|
|
description: Adversaries can abuse wuauclt.exe (Windows Update client) to run code execution by specifying an arbitrary DLL.
|
|
references:
|
|
- https://dtm.uk/wuauclt/
|
|
author: Sreeman
|
|
date: 2020/10/29
|
|
modified: 2021/06/11
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.execution
|
|
- attack.t1085
|
|
logsource:
|
|
product: windows
|
|
category: process_creation
|
|
detection:
|
|
selection:
|
|
CommandLine|re: '(?i)wuauclt\.exe.*\/UpdateDeploymentProvider.*\/Runhandlercomserver'
|
|
filter:
|
|
CommandLine|contains:
|
|
- 'wuaueng.dll'
|
|
- 'UpdateDeploymentProvider.dll /ClassId'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Wuaueng.dll which is a module belonging to Microsoft Wnidows Update.
|
|
fields:
|
|
- CommandLine
|
|
level: medium |