Detection rules › Sigma

Potentially Suspicious Wuauclt Network Connection

Severity
medium
Author
Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
Source
upstream

Detects the use of the Windows Update Client binary (wuauclt.exe) to proxy execute code and making network connections. One could easily make the DLL spawn a new process and inject to it to proxy the network connection and bypass this rule.

MITRE ATT&CK coverage

TacticTechniques
Defense EvasionT1218 System Binary Proxy Execution

Event coverage

ProviderEvent IDTitle
Sysmon3Network connection

Stages and Predicates

Stage 1: selection

CommandLine|contains: ' /RunHandlerComServer'
Image|contains: wuauclt

Stage 2: not 1 of filter_main_*

or:
CommandLine|contains: ':\Windows\WinSxS\'
CommandLine|contains: '\UpdateDeploy.dll /ClassId '
CommandLine: ''
CommandLine: null
CommandLine|contains: ':\Windows\UUS\Packages\Preview\amd64\updatedeploy.dll /ClassId'
CommandLine|contains: ':\Windows\UUS\amd64\UpdateDeploy.dll /ClassId'
DestinationIp|cidr: '10.0.0.0/8'
DestinationIp|cidr: '127.0.0.0/8'
DestinationIp|cidr: '169.254.0.0/16'
DestinationIp|cidr: '172.16.0.0/12'
DestinationIp|cidr: '192.168.0.0/16'
DestinationIp|cidr: '20.184.0.0/13'
DestinationIp|cidr: '20.192.0.0/10'
DestinationIp|cidr: '23.79.0.0/16'
DestinationIp|cidr: '51.10.0.0/15'
DestinationIp|cidr: '51.103.0.0/16'
DestinationIp|cidr: '51.104.0.0/15'
DestinationIp|cidr: '52.224.0.0/11'
DestinationIp|cidr: '::1/128'
DestinationIp|cidr: 'fc00::/7'
DestinationIp|cidr: 'fe80::/10'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CommandLinematch
  • /RunHandlerComServer
  • :\Windows\UUS\Packages\Preview\amd64\updatedeploy.dll /ClassId corpus 2 (sigma 2)
  • :\Windows\UUS\amd64\UpdateDeploy.dll /ClassId corpus 2 (sigma 2)
  • :\Windows\WinSxS\ corpus 2 (sigma 2)
  • \UpdateDeploy.dll /ClassId corpus 2 (sigma 2)
DestinationIpcidr_match
  • 10.0.0.0/8 corpus 12 (sigma 12)
  • 127.0.0.0/8 corpus 13 (sigma 13)
  • 169.254.0.0/16 corpus 12 (sigma 12)
  • 172.16.0.0/12 corpus 12 (sigma 12)
  • 192.168.0.0/16 corpus 12 (sigma 12)
  • 20.184.0.0/13 corpus 2 (sigma 2)
  • 20.192.0.0/10 corpus 2 (sigma 2)
  • 23.79.0.0/16
  • 51.10.0.0/15 corpus 2 (sigma 2)
  • 51.103.0.0/16 corpus 3 (sigma 3)
  • 51.104.0.0/15 corpus 2 (sigma 2)
  • 52.224.0.0/11
  • ::1/128 corpus 13 (sigma 13)
  • fc00::/7 corpus 12 (sigma 12)
  • fe80::/10 corpus 12 (sigma 12)
Imagematch
  • wuauclt