Potential DLL Sideloading Via VMware Xfer
Detects loading of a DLL by the VMware Xfer utility from the non-default directory which may be an attempt to sideload arbitrary DLL
Sigma rule (View on GitHub)
 1title: Potential DLL Sideloading Via VMware Xfer
 2id: 9313dc13-d04c-46d8-af4a-a930cc55d93b
 3status: test
 4description: Detects loading of a DLL by the VMware Xfer utility from the non-default directory which may be an attempt to sideload arbitrary DLL
 5references:
 6    - https://www.sentinelone.com/labs/lockbit-ransomware-side-loads-cobalt-strike-beacon-with-legitimate-vmware-utility/
 7author: Nasreddine Bencherchali (Nextron Systems)
 8date: 2022-08-02
 9modified: 2023-02-17
10tags:
11    - attack.privilege-escalation
12    - attack.persistence
13    - attack.defense-evasion
14    - attack.t1574.001
15logsource:
16    product: windows
17    category: image_load
18detection:
19    selection:
20        Image|endswith: '\VMwareXferlogs.exe'
21        ImageLoaded|endswith: '\glib-2.0.dll'
22    filter: # VMware might be installed in another path so update the rule accordingly
23        ImageLoaded|startswith: 'C:\Program Files\VMware\'
24    condition: selection and not filter
25falsepositives:
26    - Unlikely
27level: high
References
Related rules
- APT27 - Emissary Panda Activity
- Aruba Network Service Potential DLL Sideloading
- Creation of WerFault.exe/Wer.dll in Unusual Folder
- DHCP Callout DLL Installation
- DHCP Server Error Failed Loading the CallOut DLL
