Files
blue-team-tools/rules/windows/image_load/image_load_side_load_vmguestlib.yml
T
Nasreddine Bencherchali 77b1234572 fix: apply code review changes
2022-12-03 11:55:54 +01:00

30 lines
906 B
YAML

title: VMGuestLib DLL Sideload
id: 70e8e9b4-6a93-4cb7-8cde-da69502e7aff
status: experimental
description: Detects DLL sideloading of VMGuestLib.dll by the WmiApSrv service.
references:
- https://decoded.avast.io/martinchlumecky/png-steganography/
author: Nasreddine Bencherchali
date: 2022/12/01
tags:
- attack.defense_evasion
- attack.persistence
- attack.privilege_escalation
- attack.t1574.001
- attack.t1574.002
logsource:
category: image_load
product: windows
detection:
selection:
ImageLoaded|contains|all:
- '\VMware\VMware Tools\vmStatsProvider\win32'
- '\vmGuestLib.dll'
Image|endswith: '\Windows\System32\wbem\WmiApSrv.exe'
filter:
Signed: 'true'
condition: selection and not filter
falsepositives:
- FP could occure if the legitimate version of vmGuestLib already exists on the system
level: medium