Files
blue-team-tools/deprecated/windows/proc_creation_win_wuauclt_execution.yml
T
Qasim Qlf 1fb3ce596a Merge PR #4718 from @qasimqlf - Update ATT&CK Mapping For Some Rules
chore: update ATT&CK tagging for multiple rules
 
---------

Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
2024-02-26 17:09:30 +01:00

35 lines
902 B
YAML

title: Windows Update Client LOLBIN
id: d7825193-b70a-48a4-b992-8b5b3015cc11
status: deprecated
description: Detects code execution via the Windows Update client (wuauclt)
references:
- https://dtm.uk/wuauclt/
author: FPT.EagleEye Team
date: 2020/10/17
modified: 2023/11/11
tags:
- attack.command_and_control
- attack.defense_evasion
- attack.t1105
- attack.t1218
logsource:
product: windows
category: process_creation
detection:
selection_img:
- Image|endswith: '\wuauclt.exe'
- OriginalFileName: 'wuauclt.exe'
selection_cli:
CommandLine|contains|all:
- '/UpdateDeploymentProvider'
- '/RunHandlerComServer'
- '.dll'
filter:
CommandLine|contains:
- ' /ClassId '
- ' wuaueng.dll '
condition: all of selection* and not filter
falsepositives:
- Unknown
level: high